MrCypher 7 ماه پیش
والد
کامیت
b695721e0b
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)