Commit f9bc41a8 by BellCodeEditor

save project

parent a7f2014a
Showing with 1 additions and 1 deletions
......@@ -67,7 +67,7 @@ while True:
if road_x<=-1000:
road_x = 0
screen.blit(road,(road_x,500))
screen.blit(hero, (150,y))
screen.blit(wukong, (150,y))
if rect.x <= 0-rect.width:
......
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