瀏覽代碼

MErging
Merge branch 'main' of https://gogs.lucason.top/lucas/nthsthing

Artimus 7 月之前
父節點
當前提交
a371f912b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GUI.py

+ 1 - 1
GUI.py

@@ -40,7 +40,7 @@ highScoreName = ""
 if currentScore > highestScore :
     highestScore = currentScore
     f = open("scores.txt", "rw")
-    #f.write(highestScore + highScoreName)
+    f.write(str(highestScore) + highScoreName)
     scores.append(highestScore)
     names.append(highScoreName)