Commit b3da9190 by BellCodeEditor

save project

parent ab03d40a
Showing with 7 additions and 0 deletions
......@@ -16,6 +16,13 @@ while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
if event.type==locals.KEYDOWN:
if event.key==locals.KEYUP:
volume+=0.00000000000001
volume=0.0000000000000001
if pygame.mixer.music.get.busy()==False
pygame.mixer.music()
# 绘制画面
......
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