Added title text to game window cause why not I guess
This commit is contained in:
@ -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...
|
||||
|
||||
Reference in New Issue
Block a user