mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
#162 Add static grid last row alignment
This commit is contained in:
@@ -39,6 +39,10 @@ function init(self)
|
||||
grid_e,
|
||||
}
|
||||
|
||||
for i = 1, #grids do
|
||||
grids[i].style.IS_DYNAMIC_NODE_POSES = false
|
||||
end
|
||||
|
||||
|
||||
local animate_grides = function()
|
||||
for _, grid in ipairs(grids) do
|
||||
|
Reference in New Issue
Block a user