aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-06-22 09:30:49 -0500
committerfoswret <foswret@posteo.com>2025-06-22 09:30:49 -0500
commitae5d160298d847530f03ec87e54a39d6c9424f37 (patch)
tree3485ca57f19ec18437b5b7c49c9c5084e9e9c4f0 /gui.py
parent090db6187c2255c68a4d155bf6851b5a4ee91352 (diff)
added execution time
Diffstat (limited to 'gui.py')
-rw-r--r--gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 4363279..2a2cdde 100644
--- a/gui.py
+++ b/gui.py
@@ -14,9 +14,9 @@ GRID_WIDTH = 4
displaySurface = pygame.display.set_mode((WINDOW_WIDTH, WINDOW_HEIGHT), 0, 32)
-pygame.display.set_caption('Charlie Chunker GUI Ver. 0.1')
+pygame.display.set_caption('tourob GUI')
-displaySurface.fill(GRAY)
+displaySurface.fill(WHITE)
while True:
for event in pygame.event.get():