Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 committed Feb 1, 2022
1 parent 6440302 commit 9a1f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def update(self, dt):

if not self.check_ship_collision() and not self.state_game_over:
self.state_game_over = True
self.menu_title = "G A M E R O V E R"
self.menu_title = "G A M E O V E R"
self.menu_button_title = "RESTART"
self.menu_widget.opacity = 1
print("GAME OVER")
Expand Down

0 comments on commit 9a1f862

Please sign in to comment.