Commit 10d621b3 by BellCodeEditor

save project

parent fd513f95
Showing with 9 additions and 1 deletions
...@@ -20,9 +20,17 @@ while True: ...@@ -20,9 +20,17 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type==locals.QUIT: if event.type==locals.QUIT:
exit() exit()
if event.type == locals.MOUSEBUTTONDOWN: if event.type == locals.MOUSEBUTTONDOWN:
w=w+1 if event buttons ==1:
w=w+1Windows PowerShell
if w%2==0: if w%2==0:
pygame.mixer.music.unpause() pygame.mixer.music.unpause()
p=play_img p=play_img
......
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