mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Yet another fix..
This commit is contained in:
parent
d696338f5d
commit
56c9f71296
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ class ColorShop(StateData.StateData):
|
|||
length = len(colorList)
|
||||
self.allChoice = (self.allChoice + offset) % length
|
||||
self.__updateScrollButtons(self.allChoice, length, self.allLButton, self.allRButton)
|
||||
self.__updateScrollButtons(self.allChoice, length, self.headLButton, self.headRButton)
|
||||
self.__updateScrollButtons(self.allChoice, length, self.armLButton, self.armRButton)
|
||||
self.__updateScrollButtons(self.allChoice, length, self.gloveLButton, self.gloveRButton)
|
||||
self.__updateScrollButtons(self.allChoice, length, self.legLButton, self.legRButton)
|
||||
newColor = colorList[self.allChoice]
|
||||
self.dna.headColor = newColor
|
||||
self.dna.armColor = newColor
|
||||
|
|
Loading…
Reference in a new issue