mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix track shop
This commit is contained in:
parent
47361ccb04
commit
9a9683bc20
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ class TrackShop(StateData.StateData):
|
|||
|
||||
def __init__(self, doneEvent):
|
||||
StateData.StateData.__init__(self, doneEvent)
|
||||
self.quest = None
|
||||
self.label = None
|
||||
self.leftButton = None
|
||||
self.rightButton = None
|
||||
self.track = None
|
||||
self.icon = None
|
||||
self.loaded = False
|
||||
self.index = 0
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue