Add get_pos and get_index methods

This commit is contained in:
Insality
2020-07-12 12:39:15 +03:00
parent a92e4e6ae0
commit 32c3316a53
2 changed files with 38 additions and 14 deletions

View File

@@ -101,6 +101,12 @@ M.SWIPE = {
}
M.GRID_MODE = {
STATIC = "static",
DYNAMIC = "dynamic",
}
M.EMPTY_FUNCTION = function() end
M.EMPTY_STRING = ""
M.SPACE_STRING = " "