diff options
author | foswret <foswret@posteo.com> | 2025-06-22 09:30:49 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-06-22 09:30:49 -0500 |
commit | ae5d160298d847530f03ec87e54a39d6c9424f37 (patch) | |
tree | 3485ca57f19ec18437b5b7c49c9c5084e9e9c4f0 /gui.py | |
parent | 090db6187c2255c68a4d155bf6851b5a4ee91352 (diff) |
added execution time
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(): |