Commit 3529f3cc by BellCodeEditor

auto save

parent 95e069bd
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ from pygame import locals ...@@ -3,7 +3,7 @@ from pygame import locals
pygame.init() pygame.init()
screen = pygame.displayer.set_mode((800,600)) screen = pygame.display.set_mode((600,400))
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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 sign in to comment