Commit ba3ebc06 by BellCodeEditor

auto save

parent 5d3b0def
Showing with 3 additions and 3 deletions
{"第1名": 69, "第2名": 32, "第3名": 10}
\ No newline at end of file
{"第1名": 10022, "第2名": 10021, "第3名": 10020}
\ No newline at end of file
......@@ -14,7 +14,7 @@ class Block(pygame.sprite.Sprite):
self.rect.x = 1000
self.rect.y = 500 - self.rect.height
self.score = 1
self.score = 10
class Player(pygame.sprite.Sprite):
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