change lang button

This commit is contained in:
Insality
2019-09-25 23:46:37 +03:00
parent 6d8d0e822a
commit 6f37a1ec9a
3 changed files with 66 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ local function setup_texts(self)
self.druid:new_text("text_simple", "Simple")
self.druid:new_text("text_translated", "ui_text_example", true)
self.druid:new_text("text_button_lang", "ui_text_change_lang", true, 150 * 0.7)
end