aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
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():