diff options
Diffstat (limited to 'content/maps/cave.json')
| -rw-r--r-- | content/maps/cave.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": [ |
