diff --git a/programfiles/highScore.txt b/programfiles/highScore.txt deleted file mode 100644 index c227083..0000000 --- a/programfiles/highScore.txt +++ /dev/null @@ -1 +0,0 @@ -0 \ No newline at end of file diff --git a/tests/example angtest.tst b/tests/example angtest.tst index 957e277..f227c9f 100644 --- a/tests/example angtest.tst +++ b/tests/example angtest.tst @@ -1,6 +1,6 @@ CESTINA/ANGLICTINA 0 -apple/jablko -car,automobile/auto,automobil -chopper,helicopter/vrtulnik,helikoptera -pear/hruska +jablko/apple +auto,automobil/car,automobile +vrtulnik,helikoptera/chopper,helicopter +hruska/pear diff --git a/vyzkousejme.pyw b/vyzkousejme.pyw index a604999..95b6778 100644 --- a/vyzkousejme.pyw +++ b/vyzkousejme.pyw @@ -150,7 +150,7 @@ questionLabel.grid(row=1, column=2, sticky=W) spacingLabel.grid(row=1, column=3) answerEntry.grid(row=1, column=4, sticky=E) answerButton.grid(row=1, column=5, sticky=W) -timeMultiplierLabel.grid(row=2, column=1, columnspan=5) +#timeMultiplierLabel.grid(row=2, column=1, columnspan=5) currentScore.set('Score: %s' %(score)) highScore.set('High score: %d' %(test[4]))