Add shift policy to grids

This commit is contained in:
Insality
2020-11-08 23:20:16 +03:00
parent 560c6cb95f
commit 74efdbfe71
4 changed files with 57 additions and 24 deletions

View File

@@ -89,6 +89,13 @@ M.OS = {
}
M.SHIFT = {
NO_SHIFT = 0,
LEFT = -1,
RIGHT = 1,
}
M.SIDE = {
X = "x",
Y = "y"