New items added..

This commit is contained in:
Storm Dragon
2025-02-06 02:31:57 -05:00
parent c29bcd40b7
commit 8f57069c98
13 changed files with 178 additions and 133 deletions

View File

@@ -8,7 +8,14 @@
},
"objects": [
{
"x": 5,
"x": 2,
"y": 3,
"item": "guts",
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [5, 8],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -85,7 +92,7 @@
"zombie_spawn_chance": 15
},
{
"x_range": [95, 97],
"x_range": [95, 100],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -98,7 +105,7 @@
"type": "coffin"
},
{
"x_range": [120, 122],
"x_range": [120, 123],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -122,7 +129,7 @@
],
"boundaries": {
"left": 0,
"right": 160
"right": 165
},
"footstep_sound": "footstep_stone"
}