Commit 705d287f by BellCodeEditor

save project

parent 686c5f10
Showing with 2 additions and 2 deletions
File added
......@@ -24,7 +24,7 @@ class Player(pygame.sprite.Sprite): # 悟空
self.rect = self.image.get_rect()
self.rect.x = 150
self.rect.y = 400
self.score=1
# 创建一个窗口
screen = pygame.display.set_mode((1000, 600))
FPS = pygame.time.Clock() # pygame时钟,控制游戏速度(帧数)
......@@ -49,7 +49,7 @@ road_x = 0
bg_x = 0
time = 0
gamestate = True
score =0
block_list =pygame.sprite.Group() # 创建精灵组
while True:
......
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