Main page on kenney example

This commit is contained in:
Insality
2019-09-25 23:10:47 +03:00
parent f447afb4f7
commit ffb6debff1
6 changed files with 859 additions and 3 deletions

View File

@@ -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