diff options
| author | troido <troido@protonmail.com> | 2020-04-16 12:23:07 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-16 12:23:07 +0200 |
| commit | 4e144009aad9255af1e83970fc16fdafe3e79e83 (patch) | |
| tree | fc39250f199882ecea0f4c16bf82ed191f45fc12 /content/maps/basement.json | |
| parent | 905c6b649521296bba609db5b5c9a39008d34325 (diff) | |
minor map changes; gave homeportal a sprite
Diffstat (limited to 'content/maps/basement.json')
| -rw-r--r-- | content/maps/basement.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content/maps/basement.json b/content/maps/basement.json index 0d090b4..c07670f 100644 --- a/content/maps/basement.json +++ b/content/maps/basement.json @@ -36,13 +36,11 @@ ], "a": ["floor", { "type": "spawner", - "args": [{"type": "rat"}, 1, 300], - "kwargs": {"initialSpawn": true, "setHome": true} + "kwargs": {"template": {"type": "rat"}, "delay": 300, "initial_spawn": true} }], ":": ["floor", { "type": "spawner", - "args": [{"type": "carrotseed"}, 1, 1200], - "kwargs": {"initialSpawn": false} + "kwargs": {"template": {"type": "carrotseed"}, "delay": 1200, "initial_spawn": false} }], " ": [] } |
