Commit 8140a414 authored by santiago duque's avatar santiago duque

readded screen

parent 44313b3c
...@@ -12,9 +12,10 @@ winW = pygame.display.Info().current_w * 0.2 ...@@ -12,9 +12,10 @@ winW = pygame.display.Info().current_w * 0.2
winH = pygame.display.Info().current_h * 0.2 winH = pygame.display.Info().current_h * 0.2
window = pygame.display.set_mode((winW, winH)) window = pygame.display.set_mode((winW, winH))
clock = pygame.time.Clock() clock = pygame.time.Clock()
# Fullscreen = True
# window.fill((205,100,100)) Fullscreen = True
# pygame.display.update() window.fill((205,100,100))
pygame.display.update()
def reset_sounds(): def reset_sounds():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment