Fixed wrong name used for catapult firing interval in Wicked Quest levels. There shouldn't really be any noticeable changes in game play.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
"x": 55,
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"fire_interval": 4000,
|
||||
"fireInterval": 5000,
|
||||
"range": 25
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@
|
||||
"x": 175,
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"fire_interval": 4000,
|
||||
"fireInterval": 5000,
|
||||
"range": 25
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user