#162 Add static grid last row alignment

This commit is contained in:
Insality
2022-01-27 22:29:13 +02:00
parent 97e7631d22
commit 3ac2986171
3 changed files with 33 additions and 1 deletions

View File

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