Commit 9db28338 authored by santiago duque's avatar santiago duque

setting name of window before now

parent 9301e646
......@@ -13,8 +13,8 @@ from storage_media import USBDeviceHandler
pygame.init()
winW = pygame.display.Info().current_w * 0.2
winH = pygame.display.Info().current_h * 0.2
window = pygame.display.set_mode((winW, winH))
pygame.display.set_caption("Py Audio Station")
window = pygame.display.set_mode((winW, winH))
clock = pygame.time.Clock()
Fullscreen = True
......
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