Commit 5f8dbc29 by BellCodeEditor

save project

parent fc9d86b2
Showing with 1 additions and 1 deletions
......@@ -76,7 +76,7 @@ while True:
pygame.mixer.music.play()
nl=pygame.transform.rotate(logo_img,angle)
nr=nl.get_rect(ce=(320,200))
nr=nl.get_rect(center=(320,200))
po=(nr[0],nr[1])
angle+=1
# 绘制画面
......
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