mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Add get_pos and get_index methods
This commit is contained in:
@@ -101,6 +101,12 @@ M.SWIPE = {
|
||||
}
|
||||
|
||||
|
||||
M.GRID_MODE = {
|
||||
STATIC = "static",
|
||||
DYNAMIC = "dynamic",
|
||||
}
|
||||
|
||||
|
||||
M.EMPTY_FUNCTION = function() end
|
||||
M.EMPTY_STRING = ""
|
||||
M.SPACE_STRING = " "
|
||||
|
Reference in New Issue
Block a user