Browse Source

little change

btc-sounds
みてるぞ 9 months ago
parent
commit
389ae0301b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

@@ -8,7 +8,7 @@ class Main:
def main (cls) -> None:
pygame.init ()

screen = pygame.display.set_mode ((640, 480))
screen: pygame.Surface = pygame.display.set_mode ((640, 480))

while (True):
screen.fill ((255, 255, 255))


Loading…
Cancel
Save