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