refactor #26
6
Pole.py
6
Pole.py
@ -44,9 +44,9 @@ class Pole:
|
|||||||
for i in stoneList:
|
for i in stoneList:
|
||||||
st=self.slot_dict[i]
|
st=self.slot_dict[i]
|
||||||
st.set_stone_image()
|
st.set_stone_image()
|
||||||
if self.gasStation[0] != -1:
|
if self.gasStation[0] != -1:
|
||||||
st=self.slot_dict[self.gasStation]
|
st=self.slot_dict[self.gasStation]
|
||||||
st.set_gasStation_image()
|
st.set_gasStation_image()
|
||||||
|
|
||||||
def randomize_colors(self):
|
def randomize_colors(self):
|
||||||
pygame.display.update()
|
pygame.display.update()
|
||||||
|
Loading…
Reference in New Issue
Block a user