More sounds added. Warning for edge of grave added, but it's not quite right yet.

This commit is contained in:
Storm Dragon
2025-01-31 03:23:54 -05:00
parent dfbccb97ad
commit fcc2dbf44a
9 changed files with 131 additions and 12 deletions

View File

@@ -8,7 +8,14 @@
},
"objects": [
{
"x_range": [5, 7],
"x": 5,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [15, 17],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -19,21 +26,104 @@
"y": 0,
"enemy_type": "goblin",
"health": 5,
"damage": 1,
"damage": 2,
"attack_range": 1,
"movement_range": 5
},
{
"x": 50,
"x": 30,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 40,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 100
"zombie_spawn_chance": 10
},
{
"x_range": [45, 47],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 55,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 60,
"y": 0,
"enemy_type": "goblin",
"health": 5,
"damage": 2,
"attack_range": 1,
"movement_range": 5
},
{
"x": 70,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 15
},
{
"x_range": [80, 82],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 90,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
},
{
"x": 100,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 110,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 25
},
{
"x_range": [120, 123],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 130,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 30
}
],
"boundaries": {
"left": 0,
"right": 500
"right": 150
}
}