Commit 7b146adb by BellCodeEditor

save project

parent abe610cb
Showing with 0 additions and 1 deletions
...@@ -14,7 +14,6 @@ g=pygame.image.load('up.png') ...@@ -14,7 +14,6 @@ g=pygame.image.load('up.png')
Screen=pygame.display.set_mode((660,480)) Screen=pygame.display.set_mode((660,480))
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
print(event)
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
Screen.blit(b,(0,0)) Screen.blit(b,(0,0))
......
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