Spaces:
Sleeping
Sleeping
Update static/scripts.js
Browse files- static/scripts.js +1 -1
static/scripts.js
CHANGED
@@ -19,7 +19,7 @@ images['w'].src = '/static/wall.png';
|
|
19 |
images['f'].src = '/static/floor.png';
|
20 |
images['player'].src = '/static/player.png';
|
21 |
images['goblin'].src = '/static/goblin.png';
|
22 |
-
images['skeleton'].src = '/static/
|
23 |
images['potion'].src = '/static/potion.png';
|
24 |
images['sword'].src = '/static/sword.png';
|
25 |
images['door'].src = '/static/door.png';
|
|
|
19 |
images['f'].src = '/static/floor.png';
|
20 |
images['player'].src = '/static/player.png';
|
21 |
images['goblin'].src = '/static/goblin.png';
|
22 |
+
images['skeleton'].src = '/static/goblin.png';
|
23 |
images['potion'].src = '/static/potion.png';
|
24 |
images['sword'].src = '/static/sword.png';
|
25 |
images['door'].src = '/static/door.png';
|