Solve #159 Add auto layouting for generate custom Druid component

This commit is contained in:
Insality
2022-03-10 19:50:16 +02:00
parent b84b6c461d
commit 505ff9a540
4 changed files with 108 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ local druid = require("druid.druid")
local InnerPanel = require("example.examples.system.inner_templates.inner_panel")
function init(self)
self.druid = druid.new(self)
local root = gui.get_node("inner_panel/root")