Explorar o código

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

Artimus hai 7 meses
pai
achega
a371f912b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)