diff options
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"}]}, |
