You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Game music continues even after ESC is pushed and the menu appears again. Music must be restarted.
Resolve circular import issues
root should not import main, the restart (ESC) logic should be implemented in game-loop of main.py itself so modify root.py accordingly so that it does not contain import of game_menu() of main.py
Use quit() instead of sys.exit()
Remove unsused variables.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: