Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 15
|
||||
},
|
||||
{
|
||||
"x_range": [15, 20],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [20, 35],
|
||||
"y": 0,
|
||||
@@ -128,6 +135,13 @@
|
||||
"turn_threshold": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [130, 135],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x": 140,
|
||||
"y": 3,
|
||||
|
Reference in New Issue
Block a user