First commit that disconnects this game from the game framework so it can be its own thing.
This commit is contained in:
parent
8073997eb3
commit
db60f75bd9
29 changed files with 37 additions and 36 deletions
|
|
@ -7,18 +7,18 @@
|
|||
"walk": "assets/sounds/walk.ogg"
|
||||
},
|
||||
"sprites": {
|
||||
"rat_with_sword":
|
||||
{"path": "assets/sprites/rat_with_sword.png",
|
||||
"spider_bot":
|
||||
{"path": "assets/sprites/spider_bot.png",
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"healing_potion_small":
|
||||
{"path": "assets/items/healing_potion_small.png",
|
||||
"repair_kit":
|
||||
{"path": "assets/items/repair_kit.png",
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
"well_down":
|
||||
{"path": "assets/sprites/well_down.png",
|
||||
"ladder_down":
|
||||
{"path": "assets/sprites/ladder_down.png",
|
||||
"frame_width": 256,
|
||||
"frame_height": 256
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue