mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Refactor StaticGrid component. Change component:get_nodes -> component:get_component_nodes
This commit is contained in:
@@ -51,7 +51,7 @@ end
|
||||
|
||||
|
||||
local function setup_grid(self)
|
||||
local grid = self.druid:new_grid("grid", "button_template/button", 3)
|
||||
local grid = self.druid:new_static_grid("grid", "button_template/button", 3)
|
||||
|
||||
for i = 1, 12 do
|
||||
local nodes = gui.clone_tree(gui.get_node("button_template/button"))
|
||||
|
Reference in New Issue
Block a user