Add SkinManager to all parts

This commit is contained in:
cuu
2018-05-31 23:40:11 +08:00
parent 27ad115c83
commit 3bfd917ea1
11 changed files with 116 additions and 38 deletions

View File

@@ -65,7 +65,6 @@ class ListItem(object):
_PlayingProcess = 0 # 0 - 100
_Parent = None
_ActiveBackgroundColor = pygame.Color(232,232,232)
def __init__(self):
self._Labels = {}