summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/maps/begin.json10
-rw-r--r--content/maps/cave.json6
2 files changed, 9 insertions, 7 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",
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"}}
],
" ": []
}