Added title text to game window cause why not I guess

This commit is contained in:
2025-06-15 23:45:18 +01:00
parent 1ef32e3e4e
commit 65b683b42c

View File

@ -20,6 +20,7 @@ GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
screen = pygame.display.set_mode((screenw,screenh)) screen = pygame.display.set_mode((screenw,screenh))
MainSurface = pygame.Surface((screenw,screenh-yOffset)) MainSurface = pygame.Surface((screenw,screenh-yOffset))
pygame.display.set_caption("Russian Roulette")
clock = pygame.time.Clock() clock = pygame.time.Clock()
running = True #you better start running... running = True #you better start running...