diff --git a/images/R&D Room Assets/1 Drones/1/Idle.png b/images/R&D Room Assets/1 Drones/1/Idle.png
deleted file mode 100644
index 108e4b9..0000000
Binary files a/images/R&D Room Assets/1 Drones/1/Idle.png and /dev/null differ
diff --git a/images/ananya.png b/images/ananya.png
index 0668f09..52f323c 100644
Binary files a/images/ananya.png and b/images/ananya.png differ
diff --git a/images/drone.png b/images/drone.png
new file mode 100644
index 0000000..458080f
Binary files /dev/null and b/images/drone.png differ
diff --git a/images/drone2.png b/images/drone2.png
new file mode 100644
index 0000000..22aae32
Binary files /dev/null and b/images/drone2.png differ
diff --git a/images/droneOld.png b/images/droneOld.png
new file mode 100644
index 0000000..e5607bb
Binary files /dev/null and b/images/droneOld.png differ
diff --git a/images/khub.png b/images/khub.png
new file mode 100644
index 0000000..41b61f2
Binary files /dev/null and b/images/khub.png differ
diff --git a/images/likhit.png b/images/likhit.png
new file mode 100644
index 0000000..eeaa8cd
Binary files /dev/null and b/images/likhit.png differ
diff --git a/images/official_assets/ourMap16.png b/images/official_assets/ourMap16.png
deleted file mode 100644
index 9cd936f..0000000
Binary files a/images/official_assets/ourMap16.png and /dev/null differ
diff --git a/images/official_assets/ourMap16.svg b/images/official_assets/ourMap16.svg
deleted file mode 100644
index e506fbe..0000000
--- a/images/official_assets/ourMap16.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/images/official_assets/ourMap16_10.png b/images/official_assets/ourMap16_10.png
deleted file mode 100644
index 024d554..0000000
Binary files a/images/official_assets/ourMap16_10.png and /dev/null differ
diff --git a/images/official_assets/ourMap16_5.png b/images/official_assets/ourMap16_5.png
deleted file mode 100644
index 1bba64a..0000000
Binary files a/images/official_assets/ourMap16_5.png and /dev/null differ
diff --git a/images/official_assets/ourMap16_6.png b/images/official_assets/ourMap16_6.png
deleted file mode 100644
index 7292f68..0000000
Binary files a/images/official_assets/ourMap16_6.png and /dev/null differ
diff --git a/images/official_assets/ourMap32.png b/images/official_assets/ourMap32.png
deleted file mode 100644
index 9e24079..0000000
Binary files a/images/official_assets/ourMap32.png and /dev/null differ
diff --git a/images/official_assets/ourMap32.svg b/images/official_assets/ourMap32.svg
deleted file mode 100644
index c025021..0000000
--- a/images/official_assets/ourMap32.svg
+++ /dev/null
@@ -1,12277 +0,0 @@
-
diff --git a/images/official_assets/ourMap32Old.png b/images/official_assets/ourMap32Old.png
deleted file mode 100644
index b357e2f..0000000
Binary files a/images/official_assets/ourMap32Old.png and /dev/null differ
diff --git a/images/official_assets/our_map_official.svg b/images/official_assets/our_map_official.svg
deleted file mode 100644
index c025021..0000000
--- a/images/official_assets/our_map_official.svg
+++ /dev/null
@@ -1,12277 +0,0 @@
-
diff --git a/images/official_assets/whichMap.txt b/images/official_assets/whichMap.txt
deleted file mode 100644
index b0f8146..0000000
--- a/images/official_assets/whichMap.txt
+++ /dev/null
@@ -1 +0,0 @@
-using ourMap32.svg and changing the whole game accordingly
diff --git a/js/OverworldMap.js b/js/OverworldMap.js
index c6f4605..71ffeee 100644
--- a/js/OverworldMap.js
+++ b/js/OverworldMap.js
@@ -531,6 +531,21 @@ window.OverworldMaps = {
]
}),
+ // for the mini drone in R&D room
+ drone: new Person({
+ x: utils.withGrid(23),
+ y: utils.withGrid(22),
+ src: "./images/droneOld.png",
+ useShadow: true,
+ behaviorLoop: [
+ walkRight("drone"),walkRight("drone"),walkRight("drone"),walkRight("drone"),
+ standRight("drone",1000),
+ walkUp("drone"),walkUp("drone"),standRight("drone",1000),
+ walkDown("drone"),walkDown("drone"),
+ walkLeft("drone"),walkLeft("drone"),walkLeft("drone"),walkLeft("drone"),standRight("drone",1000),
+ ],
+ }),
+
shreyas: new Person({
x: utils.withGrid(9),
y: utils.withGrid(20),
@@ -552,10 +567,35 @@ window.OverworldMaps = {
]
}),
+ likhit: new Person({
+ x: utils.withGrid(45),
+ y: utils.withGrid(37),
+ src: "./images/likhit.png",
+ useShadow: true,
+ behaviorLoop: [
+ {type: "stand", direction: "left", time: 800},
+ {type: "stand", direction: "down", time: 800},
+ {type: "stand", direction: "right", time: 1200},
+ {type: "stand", direction: "down", time: 300}
+ ],
+ talking: [
+ {
+ events: [
+ {type: "textMessage", text: "Likhit: Aao friends, chai peelo", faceHero: "likhit"},
+ ]
+ },
+ ]
+ }),
+
+ // khub bhai -
+ // Ao Chill Mare
+
+
+
theRock: new Person({
- x: utils.withGrid(38),
+ x: utils.withGrid(39),
y: utils.withGrid(54),
- src: "./images/theRock.png",
+ src: "./images/blankGuy.png",
useShadow: true,
behaviorLoop: [
{type: "stand", direction: "down", time: 100}
@@ -615,18 +655,43 @@ window.OverworldMaps = {
]
}),
+ khub: new Person({
+ x: utils.withGrid(42),
+ y: utils.withGrid(25),
+ src: "./images/khub.png",
+ useShadow: true,
+ behaviorLoop: [
+ {type: "stand", direction: "left", time: 800},
+ {type: "stand", direction: "down", time: 800},
+ {type: "stand", direction: "right", time: 1200},
+ {type: "stand", direction: "down", time: 300}
+ ],
+ talking: [
+ {
+ events: [
+ {type: "textMessage", text: "Khub: psst", faceHero: "khub"},
+ {type: "textMessage", text: "Have you heard the legend of the 8 secret treasures?", faceHero: "khub"},
+ {type: "textMessage", text: "Rumour has it that if you collect all 8, then something special happens", faceHero: "khub"},
+ ]
+ },
+ ]
+ }),
+
twitterPerson1: getRoute(31,40,"Twitter", "https://twitter.com/ACM_VIT"),
twitterPerson2: getRoute(32,40,"Twitter", "https://twitter.com/ACM_VIT"),
instagramPerson1: getRoute(33,41,"Instagram","https://www.instagram.com/acmvit/"),
instagramPerson2: getRoute(34,41,"Instagram","https://www.instagram.com/acmvit/"),
discordPerson1: getRoute(35,40,"Discord", "https://with.acmvit.in/discord"),
discordPerson2: getRoute(36,40,"Discord", "https://with.acmvit.in/discord"),
- linkedinPerson1: getRoute(37,39,"LinkedIn", "https://www.linkedin.com/company/acm-vit/"),
- linkedinPerson2: getRoute(38,39,"LinkedIn", "https://www.linkedin.com/company/acm-vit/"),
+ linkedinPerson1: getRoute(37,39,"LinkedIn", "https://www.linkedin.com/company/acmvit/"),
+ linkedinPerson2: getRoute(38,39,"LinkedIn", "https://www.linkedin.com/company/acmvit/"),
facebookPerson1: getRoute(26,42,"Facebook", "https://www.facebook.com/acmvitchapter/"),
facebookPerson2: getRoute(25,42,"Facebook", "https://www.facebook.com/acmvitchapter/"),
whatsappPerson1: getRoute(45,32,"Kick Start Learn Program", "https://with.acmvit.in/ksl"),
whatsappPerson2: getRoute(46,32,"Kick Start Learn Program", "https://with.acmvit.in/ksl"),
+ mailboxPerson1: getRoute(39,27,"Email", "https://mail.google.com/mail/u/0/?view=cm&fs=1&tf=1&source=mailto&to=outreach.acmvit@gmail.com"),
+ mailboxPerson2: getRoute(39,28,"Email", "https://mail.google.com/mail/u/0/?view=cm&fs=1&tf=1&source=mailto&to=outreach.acmvit@gmail.com"),
+
treasureBox1: getTreasureBox(21,47,1),
treasureBox2: getTreasureBox(44,32,2),