summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-04 09:47:19 +0100
committertroido <troido@protonmail.com>2020-03-04 09:47:19 +0100
commitdaae8b511291b8cc854a8747e64e76c6ff2d462e (patch)
tree4f4cd32038e4b932b45f9e7f93d95136afbb8d8d /content
parentb1f075c0064ec4c2419e769b2c960f6d8e65c4d6 (diff)
implemented concat in entity language in order to build letters
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/default_encyclopedia.json8
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]
+ }]]
}
}