Commit 8b39a7b8 by BellCodeEditor

save project

parent 63a4701f
Showing with 3 additions and 0 deletions
...@@ -32,6 +32,9 @@ y = 400 ...@@ -32,6 +32,9 @@ y = 400
jumpState = "runing" jumpState = "runing"
t = 30 t = 30
aa=Block(bush,cacti,stone) aa=Block(bush,cacti,stone)
obstacle=Block(dush,stone,cacti)
rect=obstacle.get_rect()
rect.lu_x=1000
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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