mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update FAQ
This commit is contained in:
@@ -43,7 +43,7 @@ local AVAILABLE_PIVOTS = {
|
||||
--- Component init function
|
||||
-- @function dynamic_grid:init
|
||||
-- @tparam node parent The gui node parent, where items will be placed
|
||||
function DynamicGrid:init(parent, side)
|
||||
function DynamicGrid:init(parent)
|
||||
self.parent = self:get_node(parent)
|
||||
|
||||
local parent_pivot = gui.get_pivot(self.parent)
|
||||
|
Reference in New Issue
Block a user