mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Main page on kenney example
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local druid = require("druid.druid")
|
||||
|
||||
local main_page = require("example.kenney.page.main")
|
||||
|
||||
local function on_control_button(self, side)
|
||||
print("Click on button side", side)
|
||||
@@ -17,6 +18,7 @@ function init(self)
|
||||
self.druid = druid.new(self)
|
||||
|
||||
init_top_panel(self)
|
||||
main_page.setup_page(self)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user