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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user