From 65b683b42ca73cfdc66686805ee1f85e7d863fff Mon Sep 17 00:00:00 2001 From: TRS_MML Date: Sun, 15 Jun 2025 23:45:18 +0100 Subject: [PATCH] Added title text to game window cause why not I guess --- __main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__main__.py b/__main__.py index 2847b22..7ca5806 100644 --- a/__main__.py +++ b/__main__.py @@ -20,6 +20,7 @@ GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3") screen = pygame.display.set_mode((screenw,screenh)) MainSurface = pygame.Surface((screenw,screenh-yOffset)) +pygame.display.set_caption("Russian Roulette") clock = pygame.time.Clock() running = True #you better start running...