We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c81f11 commit a3fc2faCopy full SHA for a3fc2fa
.gitignore
@@ -1,3 +1,4 @@
1
.vs/
2
.vscode/
3
-todo.txt
+todo.txt
4
+thePlan.txt
images/ourMap16.png
244 KB
js/OverworldMap.js
@@ -109,14 +109,13 @@ class OverworldMap {
109
window.OverworldMaps = {
110
DemoRoom: {
111
// lowerSrc: "./images/HarshGeniusMap1.png",
112
- // lowerSrc: "./images/ourMap96.png",
113
- lowerSrc: "./images/DemoLower.png",
+ lowerSrc: "./images/ourMap16.png",
+ // lowerSrc: "./images/DemoLower.png",
114
upperSrc: "./images/DemoUpper.png",
115
gameObjects: {
116
-
117
hero: new Person({
118
isPlayerControlled: true,
119
- // src: "./images/hero64.png",
+ // src: "./images/hero16.png",
120
x: utils.withGrid(5),
121
y: utils.withGrid(6)
122
}),
0 commit comments