Fixed indentation error.
This commit is contained in:
2
menu.py
2
menu.py
@@ -155,7 +155,7 @@ class Menu:
|
|||||||
elif selection == "exit":
|
elif selection == "exit":
|
||||||
self.game.exit_game()
|
self.game.exit_game()
|
||||||
|
|
||||||
def learn_sounds(self):
|
def learn_sounds(self):
|
||||||
"""Interactive menu for learning game sounds.
|
"""Interactive menu for learning game sounds.
|
||||||
|
|
||||||
Allows users to:
|
Allows users to:
|
||||||
|
Reference in New Issue
Block a user