move settings node from factory to component (#8)

This commit is contained in:
Maxim Tuprikov
2019-03-29 00:51:37 +03:00
committed by GitHub
parent 12f5f22b69
commit 7395f029e0
6 changed files with 25 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ function init(self)
self.druid:new_text("text_2", "Simple text")
self.druid:new_text("text_3", "locale_text", true)
self.druid:new_timer("text_1", 0.5, 0, function()
self.druid:new_timer("text_1", 5, 0, function()
print("On timer end")
end)