diff options
| author | troido <troido@protonmail.com> | 2020-09-28 14:29:53 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-28 14:29:53 +0200 |
| commit | eb9853dec24045adb7447e1c8ac186e52204b690 (patch) | |
| tree | 7fb944311d64ca5a8ff41748fbd5209a2eaf9806 /content/encyclopediae/base.json | |
| parent | 25abc71200803f7238c56c93b8b89160ff6c1086 (diff) | |
removed parametertype
Diffstat (limited to 'content/encyclopediae/base.json')
| -rw-r--r-- | content/encyclopediae/base.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/encyclopediae/base.json b/content/encyclopediae/base.json index 1964579..8052eb6 100644 --- a/content/encyclopediae/base.json +++ b/content/encyclopediae/base.json @@ -74,13 +74,13 @@ "house": {"height": 3.0, "sprite": "house"}, "freeland": {}, "img": { - "arguments": [["sprite", "string", ""], ["height", "float", 1.0]], + "arguments": {"sprite": null, "height": 1.0}, "components": [ ["Visible", {"name": {"$arg": "sprite"}, "sprite": {"$arg": "sprite"}, "height": {"$arg": "height"}}] ] }, "letter": { - "arguments": [["char", "string"]], + "arguments": {"char": "string"}, "components": [["Visible", { "name": {"$concat": ["letter_", {"$arg": "char"}]}, "sprite": {"$concat": ["emptyletter-", {"$arg": "char"}]}, |
