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/town.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/maps/town.json') diff --git a/content/maps/town.json b/content/maps/town.json index 4a31f17..c1b265d 100644 --- a/content/maps/town.json +++ b/content/maps/town.json @@ -83,11 +83,6 @@ "d": ["ground", "dummy"], "#": "wall", "h": "fence", - ":": ["floor", { - "type": "spawner", - "args": ["seed", 1, 600], - "kwargs": {"initialSpawn": true} - }], ";": ["floor", "seed"], ".": "ground", "+": "floor", -- cgit