This: -turned off gas station drawing

This commit is contained in:
jakzar 2024-05-11 13:25:36 +02:00
parent 51fe19a071
commit de69592612

View File

@ -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()