Преглед на файлове

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")