Update docs, update custom component templates

This commit is contained in:
Insality
2022-03-08 20:32:10 +02:00
parent f801bb6862
commit dc76d3b3d4
4 changed files with 49 additions and 14 deletions

View File

@@ -438,7 +438,6 @@ end
--- Return elements offset for correct posing nodes. Correct posing at
-- parent pivot node (0:0) with adjusting of node sizes and anchoring
-- @function static_grid:_get_zero_offset
-- @treturn vector3 The offset vector
-- @local
function StaticGrid:_get_zero_offset()
@@ -456,7 +455,6 @@ end
--- Return offset x for last row in grid. Used to align this row accorting to grid's anchor
-- @function static:_grid:_get_zero_offset_x
-- @treturn number The offset x value
-- @local
function StaticGrid:_get_zero_offset_x(row_index)