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/basement.json | |
| parent | 08927590ba1012dd8043361f5f5bf4d3dad7b99c (diff) | |
removed all "args" from content
Diffstat (limited to 'content/maps/basement.json')
| -rw-r--r-- | content/maps/basement.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/maps/basement.json b/content/maps/basement.json index b30de89..d5f941b 100644 --- a/content/maps/basement.json +++ b/content/maps/basement.json @@ -29,8 +29,8 @@ "^": ["spiketrap"], "D": ["ground", "closeddoor"], "<": [ - {"type": "portal", "args": ["begin", "stairdown"]}, - {"type": "img", "args": ["stairup"]}, + {"type": "portal", "kwargs": {"destination": "begin", "destpos": "stairdown"}}, + {"type": "img", "kwargs": {"sprite": "stairup"}}, "floor" ], "a": ["floor", { |
