Jelajahi Sumber

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

Artimus 7 bulan lalu
induk
melakukan
a371f912b0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)