From 1be75a0e63e9ae15c2f0373a685dda1532b56d5a Mon Sep 17 00:00:00 2001 From: Zeftax Date: Mon, 2 Sep 2019 11:35:15 +0200 Subject: [PATCH] Time Bonus Label was hidden --- programfiles/highScore.txt | 1 - tests/example angtest.tst | 8 ++++---- vyzkousejme.pyw | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 programfiles/highScore.txt 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]))