Commit f8fb9a3c by BellCodeEditor

save project

parent baa239aa
Showing with 1 additions and 1 deletions
...@@ -34,7 +34,7 @@ rect.x = 1000 ...@@ -34,7 +34,7 @@ rect.x = 1000
rect.y = 500 - rect.height rect.y = 500 - rect.height
road_x = 0 road_x = 0
background_x = 0 background_x = 0
gamestate = 0 gamestate = True
class Player(pygame.sprite.Sprite): class Player(pygame.sprite.Sprite):
def __init__(self,image): def __init__(self,image):
......
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