Commit 812a1172 by BellCodeEditor

save project

parent 2e43b009
Showing with 5 additions and 1 deletions
......@@ -78,7 +78,11 @@ while True:
newlogo=pygame.transform.rotate(logo_img,jd)
newRest=newlogo.get_rect(center=(320,200))
pos=(newRest[0],newRest[1])
jd+=1
if click % 2 == 0:
jd+=10
else:
pass
# 绘制画面
screen.blit(bg_img, (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