diff --git a/my_game.py b/my_game.py
index 855c943..bf6108c 100644
--- a/my_game.py
+++ b/my_game.py
@@ -118,7 +118,7 @@ while True:
                     score += sprite.score
                     sprite.score = 0
 
-        scoreSulf = basic_font.render("分数:"+ str(score),True,(255,255,255))
+        scoreSulf = basic_font.render("score:"+ str(score),True,(255,255,255))
         screen.blit(scoreSulf,(880,20))
 
         # 刷新画面
diff --git a/neuropol.ttf b/neuropol.ttf
new file mode 100644
index 0000000..ddefb40
Binary files /dev/null and b/neuropol.ttf differ