fixed selector not going back to previous color

This commit is contained in:
Nicholas Dyer 2023-05-11 15:25:22 -04:00
parent dd621dbe7a
commit bba0af4946

View File

@ -21,7 +21,7 @@ class Surface(pygame.Surface):
preselected_color = None
for key in kwargs.keys():
if key == 'selected_egg':
if key == 'selected_color':
preselected_color = kwargs.get(key)
egg_list = [