removed all eggs but red, blue, and rainbow
This commit is contained in:
parent
d5b3e84c76
commit
e2d202d076
@ -330,10 +330,7 @@ def game():
|
||||
if submenu == 'main':
|
||||
|
||||
# Creates and holds the egg objects in a list.
|
||||
eggs = [SelectionEgg('red'), SelectionEgg('orange'), SelectionEgg('yellow'),
|
||||
SelectionEgg('green'),
|
||||
SelectionEgg('blue'), SelectionEgg('indigo'), SelectionEgg('violet'), SelectionEgg('white'),
|
||||
SelectionEgg('rainbow')]
|
||||
eggs = [SelectionEgg('red'), SelectionEgg('blue'), SelectionEgg('rainbow')]
|
||||
|
||||
# How many eggs per row should be displayed.
|
||||
eggs_per_row = 3
|
||||
|
Loading…
Reference in New Issue
Block a user