From da508bda607c2a5e51ee87c5a60a977fd655a674 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 22:55:17 +0200 Subject: removed all "args" from content --- content/maps/cave.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/maps/cave.json') diff --git a/content/maps/cave.json b/content/maps/cave.json index ccdac88..084aeca 100644 --- a/content/maps/cave.json +++ b/content/maps/cave.json @@ -59,8 +59,8 @@ ".": "ground", "+": "floor", "<": [ - {"type": "portal", "args": ["begin", "caveentrance"]}, - {"type": "img", "args": ["stairup"]}, + {"type": "portal", "kwargs": {"destination": "begin", "destpos": "caveentrance"}}, + {"type": "img", "kwargs": {"sprite": "stairup"}}, "floor" ], "g": [ -- cgit