Explorar o código

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

Artimus hai 7 meses
pai
achega
593a3bbf87
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      GUI.py

+ 0 - 3
GUI.py

@@ -37,9 +37,6 @@ currentScore = getCurrentScore()
 highestScore = 100
 highScoreName = ""
 
-names = []
-scores = []
-
 if currentScore > highestScore :
     highestScore = currentScore
     f = open("scores.txt", "rw")