summaryrefslogtreecommitdiff
path: root/content/maps/tutorial.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/tutorial.json
parent905c6b649521296bba609db5b5c9a39008d34325 (diff)
minor map changes; gave homeportal a sprite
Diffstat (limited to 'content/maps/tutorial.json')
-rw-r--r--content/maps/tutorial.json17
1 files changed, 5 insertions, 12 deletions
diff --git a/content/maps/tutorial.json b/content/maps/tutorial.json
index 2ac04b4..c9a7c85 100644
--- a/content/maps/tutorial.json
+++ b/content/maps/tutorial.json
@@ -82,26 +82,19 @@
"=": ["water", "bridge"],
"m": ["rock"],
"^": [{"type": "spiketrap", "kwargs": {"damage": 3}}
- , "ground"],
- "d": ["ground", {
- "type": "spawner",
- "args": [{"type": "dummy"}, 1, 600],
- "kwargs": {"initial_spawn": true}
- }],
+ , "floor"],
"%": ["floor", "closeddoor"],
"&": [{
"type": "spawner",
- "args": [{"type": "dummy"}, 1, 300],
- "kwargs": {"initial_spawn": true}
- }],
+ "kwargs": {"template": {"type": "dummy"}, "delay": 300, "initial_spawn": true}
+ }, "floor"],
"1": [{
"type": "portal",
- "args": ["begin","cavebridge"]
+ "kwargs": {"destination": "begin", "destpos": "cavebridge"}
}, "floor"],
";": ["floor", {
"type": "spawner",
- "args": [{"type": "radishseed"}, 1, 600],
- "kwargs": {"initial_spawn": true}
+ "kwargs": {"template": {"type": "radishseed"}, "delay": 600, "initial_spawn": true}
}],
"A": [{"type": "letter", "args": ["A"]}],
"B": [{"type": "letter", "args": ["B"]}],