Browse Source

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

Artimus 7 tháng trước cách đây
mục cha
commit
a371f912b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GUI.py

+ 1 - 1
GUI.py

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