Commit c434b004 by BellCodeEditor

auto save

parent 5a2cfad7
Showing with 3 additions and 2 deletions
......@@ -6,4 +6,5 @@ pygame.init()
# 创建一个窗口
pygame.display.set_mode((800,600))
while True:
for event
\ No newline at end of file
for event in pygame.event.get()
\ No newline at end of file
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