Commit 03771595 by BellCodeEditor

save project

parent e6cce13d
Showing with 1 additions and 1 deletions
...@@ -48,7 +48,7 @@ rect.x = 1000 ...@@ -48,7 +48,7 @@ rect.x = 1000
rect.y = 500 - rect.height rect.y = 500 - rect.height
# obstacle = Block(bush,stone,cacti) # obstacle = Block(bush,stone,cacti)
block_list=pygame.sprite.Group() block_list=pygame.sprite.Group()
gamestate==True: gamestate==True
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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