diff options
Diffstat (limited to 'content/maps/basement.json')
| -rw-r--r-- | content/maps/basement.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/content/maps/basement.json b/content/maps/basement.json index d5f941b..99a75de 100644 --- a/content/maps/basement.json +++ b/content/maps/basement.json @@ -29,18 +29,18 @@ "^": ["spiketrap"], "D": ["ground", "closeddoor"], "<": [ - {"type": "portal", "kwargs": {"destination": "begin", "destpos": "stairdown"}}, - {"type": "img", "kwargs": {"sprite": "stairup"}}, + {":template": "portal", "destination": "begin", "destpos": "stairdown"}, + {":template": "img", "sprite": "stairup"}, "floor" ], - "a": ["floor", { - "type": "spawner", - "kwargs": {"template": {"type": "rat"}, "delay": 300, "initial_spawn": true} - }], - ":": ["floor", { - "type": "spawner", - "kwargs": {"template": {"type": "carrotseed"}, "delay": 1200, "initial_spawn": false} - }], + "a": [ + "floor", + {":template": "spawner","template": {":template": "rat"}, "delay": 300, "initial_spawn": true} + ], + ":": [ + "floor", + {":template": "spawner","template": {":template": "carrotseed"}, "delay": 1200, "initial_spawn": false} + ], " ": [] } } |
