diff options
| author | troido <troido@protonmail.com> | 2020-03-04 09:47:19 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-04 09:47:19 +0100 |
| commit | daae8b511291b8cc854a8747e64e76c6ff2d462e (patch) | |
| tree | 4f4cd32038e4b932b45f9e7f93d95136afbb8d8d /content | |
| parent | b1f075c0064ec4c2419e769b2c960f6d8e65c4d6 (diff) | |
implemented concat in entity language in order to build letters
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index bfd454a..0a4bb97 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -170,5 +170,13 @@ "initial_spawn": ["arg", "initial_spawn"] }] ] + }, + "letter": { + "arguments": [["char", "string", null]], + "components": [["Visible", { + "name": ["concat", [["string", "letter_"], ["arg", "char"]]], + "sprite": ["concat", [["string", "emptyletter-"], ["arg", "char"]]], + "height": ["float", 1.0] + }]] } } |
