mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01:00
Add shift policy to grids
This commit is contained in:
@@ -89,6 +89,13 @@ M.OS = {
|
||||
}
|
||||
|
||||
|
||||
M.SHIFT = {
|
||||
NO_SHIFT = 0,
|
||||
LEFT = -1,
|
||||
RIGHT = 1,
|
||||
}
|
||||
|
||||
|
||||
M.SIDE = {
|
||||
X = "x",
|
||||
Y = "y"
|
||||
|
||||
Reference in New Issue
Block a user