mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
move settings node from factory to component (#8)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user