summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-19 23:19:52 +0200
committertroido <troido@protonmail.com>2020-09-19 23:19:52 +0200
commiteff2b00a1c9f16244d38e88e101caa3e2e9cc18e (patch)
tree5b898f14a683accbf62d40f89ee3f4f50c9f6099
parentd05a1af8c54ad738c3b9ba66cda71d1f0a4ceb36 (diff)
initialSpawn -> initial_spawn
-rw-r--r--content/maps/begin.json10
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",