Move components array from self to self.components and self.components_all

This commit is contained in:
Insality
2020-01-30 01:55:37 +03:00
parent ae47bcee8f
commit add6b8e301
4 changed files with 35 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ M.ACTION_BACK = hash("back")
M.RELEASED = "released"
M.PRESSED = "pressed"
M.STRING = "string"
M.TABLE = "table"
M.ZERO = "0"
--- Interests