Commit 8d950c9c by BellCodeEditor

auto save

parent d4436413
Showing with 3 additions and 3 deletions
{"第1名": 60, "第2名": 2, "第3名": 30}
\ No newline at end of file
{"第1名": 100, "第2名": 2, "第3名": 30}
\ 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 = 10
self.score = 114514
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