mirror of
https://github.com/Insality/druid.git
synced 2025-11-27 11:20:52 +01:00
Solve #159 Add auto layouting for generate custom Druid component
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user