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/right.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/maps/right.json') diff --git a/content/maps/right.json b/content/maps/right.json index ca41231..21cf1a0 100644 --- a/content/maps/right.json +++ b/content/maps/right.json @@ -93,11 +93,6 @@ "*": ["grass", "pebble"], "d": ["ground", "dummy"], "#": "wall", - ":": ["floor", { - "type": "spawner", - "args": ["seed", 1, 600], - "kwargs": {"initialSpawn": true} - }], ";": ["floor", "seed"], ".": "ground", "+": "floor", -- cgit