Commit 9821423a by BellCodeEditor

save project

parent 24c6a984
Showing with 2 additions and 1 deletions
...@@ -92,7 +92,8 @@ while True: ...@@ -92,7 +92,8 @@ while True:
for prop in block_list: for prop in block_list:
prop.rect.x -=8 prop.rect.x -=8
screen.blit(prop.image,(prop.rest.x, prop.rect.y)) screen.blit(prop.image,(prop.rest.x, prop.rect.y))
if prop.rest.x <=0-prop.rect.width if prop.rest.x <=0-prop.rect.width:
prop.skill
......
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