mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02: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