diff options
| author | troido <troido@protonmail.com> | 2020-09-19 23:19:52 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-19 23:19:52 +0200 |
| commit | eff2b00a1c9f16244d38e88e101caa3e2e9cc18e (patch) | |
| tree | 5b898f14a683accbf62d40f89ee3f4f50c9f6099 /content | |
| parent | d05a1af8c54ad738c3b9ba66cda71d1f0a4ceb36 (diff) | |
initialSpawn -> initial_spawn
Diffstat (limited to 'content')
| -rw-r--r-- | content/maps/begin.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/maps/begin.json b/content/maps/begin.json index b5b5a75..36ca8ac 100644 --- a/content/maps/begin.json +++ b/content/maps/begin.json @@ -21,7 +21,7 @@ ",,,,,,,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ", ",,,,,,,,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,,,,,,,,,,,,,,,,,,,'1", - ",,,,,,~~~~~~~~~~~~~~~~~~~~~~~~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,'1", + ",,,,,,~~~~~~~~~~~~~~~~~~~~~~~~,,,,,,*,,,,,,,,,,,,,,,,,,,,,,,,,'1", ",,,,~~~~~~~~~~~~~~~,,,,,,,,,,,,,,,,,,,,,,,,,,,,T,,,,,,,,,,,,,,'1", ",,,~~~~~~~~~~~,,,,,,,,,,,,,,,,,,,,,,,,,T,,,,,,,,,,,,,,,,,,,,,,'1", ",,~~~~~~~~~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,'1", @@ -36,7 +36,7 @@ "~~~~~''''...'''',,,,,,,,,,,,,,,,,,,,,,,,,,'''''''',T,,,,,,,,,,'1", "~~~~~'''''..'''',,,,,,,,,,,,,,,,,,,,,,,,,,'''''''',,,,,,,,,,,,'1", ",~~~~'''''..'''',,,,,,,,,,,,,,,,,,,,,,,,,,'''''''',,,,,,,,,,,,'1", - ",~~~~'''*''.'''',,,,,,,,,,,,,,,,,,,,,,,,T,'''''''',,,,,,,,,,,,'1", + ",~~~~''''''.'''',,,,,,,,,,,,,,,,,,,,,,,,T,'''''''',,,,,,,,,,,,'1", ",~~~~~,,,,..'''',,,,,,,,,,,,,,,,,,T,,,,,,,'''''''',,,,,,,,,,,,'1", ",~~~~~,,,,'..''',,,,,,,,,,,,,,,,,,,,,,,,,,'''''''',,,,,,,,,,,,'1", ",~~~~~,,,,''.''',,,,,,,,,,,,,,,,,,,,,,,,,,'''''''',,,,,,,,,,,,'1", @@ -90,17 +90,17 @@ "=": ["water", "bridge"], "*": ["ground", { "type": "spawner", - "kwargs": {"template": {"type": "pebble"}, "delay": 600, "initialSpawn": false} + "kwargs": {"template": {"type": "pebble"}, "delay": 600, "initial_spawn": false} }], "d": ["ground", { "type": "spawner", - "kwargs": {"template": {"type": "dummy"}, "delay": 600, "initialSpawn": true} + "kwargs": {"template": {"type": "dummy"}, "delay": 600, "initial_spawn": true} }], "D": ["ground", "opendoor"], "#": "wall", ":": ["ground", { "type": "spawner", - "kwargs": {"template": {"type": "radishseed"}, "delay": 600, "initialSpawn": false} + "kwargs": {"template": {"type": "radishseed"}, "delay": 600, "initial_spawn": false} }], ".": "ground", "+": "floor", |
