From 4e144009aad9255af1e83970fc16fdafe3e79e83 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 16 Apr 2020 12:23:07 +0200 Subject: minor map changes; gave homeportal a sprite --- content/maps/tutorial.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'content/maps/tutorial.json') 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"]}], -- cgit