aboutsummaryrefslogtreecommitdiff
path: root/src/splitscreen_duo/games/game_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/splitscreen_duo/games/game_base.py')
-rw-r--r--src/splitscreen_duo/games/game_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splitscreen_duo/games/game_base.py b/src/splitscreen_duo/games/game_base.py
index ff45686..87cf65f 100644
--- a/src/splitscreen_duo/games/game_base.py
+++ b/src/splitscreen_duo/games/game_base.py
@@ -70,7 +70,7 @@ class GameBase:
if self.waiting:
self.screen.fill(self.BLACK)
- text = self.font.render("waiting for opponent ...", True, self.WHITE)
+ text = self.font.render("Waiting for opponent ...", True, self.WHITE)
self.screen.blit(
text,