Spaces:
Sleeping
Sleeping
Update static/scripts.js
Browse files- static/scripts.js +1 -1
static/scripts.js
CHANGED
@@ -70,7 +70,7 @@ images['w'].src = '/static/wall.png';
|
|
70 |
images['f'].src = '/static/floor.png';
|
71 |
images['player'].src = '/static/player.png';
|
72 |
images['goblin'].src = '/static/goblin.png';
|
73 |
-
images['skeleton'].src = '/static/
|
74 |
images['potion'].src = '/static/potion.png';
|
75 |
images['sword'].src = '/static/sword.png';
|
76 |
images['door'].src = '/static/door.png';
|
|
|
70 |
images['f'].src = '/static/floor.png';
|
71 |
images['player'].src = '/static/player.png';
|
72 |
images['goblin'].src = '/static/goblin.png';
|
73 |
+
images['skeleton'].src = '/static/goblin.png';
|
74 |
images['potion'].src = '/static/potion.png';
|
75 |
images['sword'].src = '/static/sword.png';
|
76 |
images['door'].src = '/static/door.png';
|