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