diff options
| author | troido <troido@protonmail.com> | 2020-09-26 22:55:17 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 22:55:17 +0200 |
| commit | da508bda607c2a5e51ee87c5a60a977fd655a674 (patch) | |
| tree | 5fffed304133e82bafb9497176f744449931a153 /content/maps/cave.json | |
| parent | 08927590ba1012dd8043361f5f5bf4d3dad7b99c (diff) | |
removed all "args" from content
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": [ |
