From 2548bf5e57298aded91ee4e27b15fe85e3caf8a1 Mon Sep 17 00:00:00 2001 From: Zeftax Date: Tue, 3 Sep 2019 18:47:08 +0200 Subject: [PATCH] added score multiplier based on the time it takes to answer --- tests/example angtest.tst | 2 +- vyzkousejme.pyw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/example angtest.tst b/tests/example angtest.tst index f59d54d..2ebaeda 100644 --- a/tests/example angtest.tst +++ b/tests/example angtest.tst @@ -1,4 +1,4 @@ -0 +0.0 apple/jablko car,automobile/auto,automobil chopper,helicopter/vrtulník,helikoptéra diff --git a/vyzkousejme.pyw b/vyzkousejme.pyw index 9993ab2..4c436fd 100644 --- a/vyzkousejme.pyw +++ b/vyzkousejme.pyw @@ -159,7 +159,7 @@ answerButton.grid(row=1, column=5, sticky=W) timeMultiplierLabel.grid(row=2, column=1, columnspan=5) currentScore.set('Score: %s' %(score)) -highScore.set('High score is: %s' %(test[2])) +highScore.set('High score: %s' %(test[2])) question.set('question will appear here') root.protocol("WM_DELETE_WINDOW", on_closing)