From 09cc0f0e81a339faec191b773b5eca985d15799c Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 27 Sep 2020 17:42:44 +0200 Subject: templates are not used as {"type": something} anymore --- content/maps/broom.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/maps/broom.json') diff --git a/content/maps/broom.json b/content/maps/broom.json index 6effa07..f775327 100644 --- a/content/maps/broom.json +++ b/content/maps/broom.json @@ -42,7 +42,7 @@ "T": ["grass", "tree"], "f": ["grass", "fence"], "X": "rock", - "%": {"type": "portal", "kwargs": {"destination": "room"}}, + "%": {":template": "portal", "destination": "room"}, " ": [] } } -- cgit