diff options
| author | troido <troido@protonmail.com> | 2020-09-20 22:58:22 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-20 22:58:22 +0200 |
| commit | b6a4c7b2d383755402e5e2c6f60d9a75a899b809 (patch) | |
| tree | 87e562836986152ec7bb0700a3ecb3a851698695 /content/maps/cave.json | |
| parent | eff2b00a1c9f16244d38e88e101caa3e2e9cc18e (diff) | |
made monster spawners visisble again
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"}} ], " ": [] } |
