More content added, weapons, coin collecting, basic combat.

This commit is contained in:
Storm Dragon
2025-01-30 19:11:33 -05:00
parent 0d115b2bef
commit 53009373c2
10 changed files with 344 additions and 63 deletions

View File

@@ -1,14 +1,14 @@
{
"level_id": 1,
"name": "The Mausoleum",
"description": "After years of existing as a pile of bones, someone was crazy enough to assemble your skeleton. Time to reak some havoc!",
"description": "After years of existing as a pile of bones, someone was crazy enough to assemble your skeleton. Time to wreak some havoc!",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x": 5,
"x_range": [5, 7],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -17,9 +17,11 @@
{
"x": 25,
"y": 0,
"sound": "goblin",
"hazard": true,
"static": false
"enemy_type": "goblin",
"health": 5,
"damage": 1,
"attack_range": 1,
"movement_range": 5
},
{
"x": 50,