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