Преглед изворни кода

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

Artimus пре 7 месеци
родитељ
комит
593a3bbf87
1 измењених фајлова са 0 додато и 3 уклоњено
  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")