mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
@@ -21,6 +21,10 @@ function init(self)
|
||||
self.druid:new_button("button_3", function()
|
||||
print("On button 3")
|
||||
end)
|
||||
|
||||
self.druid:new_timer("text_1", 0.5, 0, function()
|
||||
print("On timer end")
|
||||
end)
|
||||
end
|
||||
|
||||
function update(self, dt)
|
||||
|
||||
Reference in New Issue
Block a user