Explorar el Código

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

Artimus hace 7 meses
padre
commit
593a3bbf87
Se han modificado 1 ficheros con 0 adiciones y 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")