mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02: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