Commit 2e29e64b by BellCodeEditor

save project

parent 50a3ce28
Showing with 1 additions and 1 deletions
...@@ -87,7 +87,7 @@ while True: ...@@ -87,7 +87,7 @@ while True:
new_Rect=new_logo.get_rect(centr=(320,200)) new_Rect=new_logo.get_rect(centr=(320,200))
pos=(newRect[0],new_Rect[1]) pos=(newRect[0],new_Rect[1])
if piay_button==stop_img: if piay_button==stop_img:
angle += 1 angle += 1
screen.blit(bg_img, (0, 0)) screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330)) screen.blit(play_button, (270, 330))
......
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