fixed selector not going back to previous color
This commit is contained in:
parent
dd621dbe7a
commit
bba0af4946
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user