Update FAQ

This commit is contained in:
Insality
2020-09-28 21:40:09 +03:00
parent a36ba5ab1c
commit 453c8327c8
4 changed files with 51 additions and 10 deletions

View File

@@ -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)