Skip to content

Commit a3fc2fa

Browse files
committed
increased map's sharpness
1 parent 6c81f11 commit a3fc2fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vs/
22
.vscode/
3-
todo.txt
3+
todo.txt
4+
thePlan.txt

images/ourMap16.png

244 KB
Loading

js/OverworldMap.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,13 @@ class OverworldMap {
109109
window.OverworldMaps = {
110110
DemoRoom: {
111111
// lowerSrc: "./images/HarshGeniusMap1.png",
112-
// lowerSrc: "./images/ourMap96.png",
113-
lowerSrc: "./images/DemoLower.png",
112+
lowerSrc: "./images/ourMap16.png",
113+
// lowerSrc: "./images/DemoLower.png",
114114
upperSrc: "./images/DemoUpper.png",
115115
gameObjects: {
116-
117116
hero: new Person({
118117
isPlayerControlled: true,
119-
// src: "./images/hero64.png",
118+
// src: "./images/hero16.png",
120119
x: utils.withGrid(5),
121120
y: utils.withGrid(6)
122121
}),

0 commit comments

Comments
 (0)