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/basement.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'content/maps/basement.json') diff --git a/content/maps/basement.json b/content/maps/basement.json index 0d090b4..c07670f 100644 --- a/content/maps/basement.json +++ b/content/maps/basement.json @@ -36,13 +36,11 @@ ], "a": ["floor", { "type": "spawner", - "args": [{"type": "rat"}, 1, 300], - "kwargs": {"initialSpawn": true, "setHome": true} + "kwargs": {"template": {"type": "rat"}, "delay": 300, "initial_spawn": true} }], ":": ["floor", { "type": "spawner", - "args": [{"type": "carrotseed"}, 1, 1200], - "kwargs": {"initialSpawn": false} + "kwargs": {"template": {"type": "carrotseed"}, "delay": 1200, "initial_spawn": false} }], " ": [] } -- cgit