Commit 5d72d01d authored by santiago duque's avatar santiago duque

changed name of window

parent f6142b58
......@@ -14,6 +14,7 @@ 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")
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