Catapults working. At this point most of the basic game is set up, now I have to get down to level and enemy creation, and sounds for when things happen.

This commit is contained in:
Storm Dragon
2025-02-01 00:11:36 -05:00
parent ab73ddfdd5
commit 7627543ed8
8 changed files with 187 additions and 4 deletions

View File

@@ -120,6 +120,14 @@
"sound": "grave",
"static": true,
"zombie_spawn_chance": 30
},
{
"x": 145,
"y": 0,
"type": "catapult",
"direction": -1,
"fire_interval": 5000,
"range": 15
}
],
"boundaries": {