correct a language tag

`ch` for Chamorro and `zh` for Chinese
This commit is contained in:
Ryusei Yamaguchi
2014-10-10 20:19:24 +09:00
parent b80b6b2201
commit 1a73ce418e

View File

@@ -213,7 +213,7 @@ class Main extends Application {
context, 20, 20));
textFields.push(new TextField ("", 32,
new TextFormat (TopToBottom, ScriptHan, "ch"),
new TextFormat (TopToBottom, ScriptHan, "zh"),
new Font ("assets/fireflysung.ttf"),
context, 50, 150));