summaryrefslogtreecommitdiff
path: root/content/maps/begin.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-16 12:23:07 +0200
committertroido <troido@protonmail.com>2020-04-16 12:23:07 +0200
commit4e144009aad9255af1e83970fc16fdafe3e79e83 (patch)
treefc39250f199882ecea0f4c16bf82ed191f45fc12 /content/maps/begin.json
parent905c6b649521296bba609db5b5c9a39008d34325 (diff)
minor map changes; gave homeportal a sprite
Diffstat (limited to 'content/maps/begin.json')
-rw-r--r--content/maps/begin.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/content/maps/begin.json b/content/maps/begin.json
index 401f0ab..a6714dc 100644
--- a/content/maps/begin.json
+++ b/content/maps/begin.json
@@ -94,15 +94,13 @@
"*": ["grass", "pebble"],
"d": ["ground", {
"type": "spawner",
- "args": [{"type": "dummy"}, 1, 600],
- "kwargs": {"initialSpawn": true}
+ "kwargs": {"template": {"type": "dummy"}, "delay": 600, "initialSpawn": true}
}],
"D": ["ground", "opendoor"],
"#": "wall",
":": ["ground", {
"type": "spawner",
- "args": ["radishseed", 1, 600],
- "kwargs": {"initialSpawn": false}
+ "kwargs": {"template": {"type": "radishseed"}, "delay": 600, "initialSpawn": false}
}],
";": ["floor", "radishseed"],
".": "ground",