Commit 321dffc1 by BellCodeEditor

auto save

parent 6c707081
Showing with 3 additions and 3 deletions
......@@ -115,7 +115,7 @@ while True:
rect1.x=1000
rect1.y=500-rect1.height
i=2
rect1.x-=8
rect1.x-=8
screen.blit(o1,(rect1.x,rect1.y))
if rectNub >= 9 and rect1.x<600 and rect1.x>300 and i==2:
if rect2.x <= 0-rect2.width and nub==2:
......@@ -156,4 +156,4 @@ while 1:
\ No newline at end of file
\ No newline at end of file
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