Remove side from dynamic_grid, move it to node pivot

This commit is contained in:
Insality
2020-09-24 09:32:39 +03:00
parent d0385a3c03
commit f25a8acd95
4 changed files with 15 additions and 6 deletions

View File

@@ -102,6 +102,11 @@ M.SWIPE = {
}
M.ERRORS = {
GRID_DYNAMIC_ANCHOR = "The pivot of dynamic grid node should be West or North"
}
M.EMPTY_FUNCTION = function() end
M.EMPTY_STRING = ""
M.SPACE_STRING = " "