diff options
Diffstat (limited to 'content/maps/cave.json')
| -rw-r--r-- | content/maps/cave.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/maps/cave.json b/content/maps/cave.json index 93cdce8..ccdac88 100644 --- a/content/maps/cave.json +++ b/content/maps/cave.json @@ -73,7 +73,8 @@ "delay": 50, "initial_spawn": true } - } + }, + {"type": "img", "kwargs": {"sprite": "spawner"}} ], "T": [ "ground", @@ -85,7 +86,8 @@ "delay": 200, "initial_spawn": true } - } + }, + {"type": "img", "kwargs": {"sprite": "spawner"}} ], " ": [] } |
