From 00d8c9c0a0ea858083f44cca9f2da2d03d80276b Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 6 Apr 2013 14:17:00 +0200 Subject: [PATCH] fine tune results --- app/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/index.js b/app/js/index.js index e8f691b..bd90d08 100644 --- a/app/js/index.js +++ b/app/js/index.js @@ -53,10 +53,10 @@ if (typeof(sw) == 'undefined') { var gameOver = function() { var result = 'AWESOME!'; - if (sw.wrongWords > 0 || sw.finaltime > 60) { + if (sw.wrongWords > 0 || sw.finaltime > 70) { result = 'You can do better!'; }; - if (sw.wrongWords > 0 || sw.finaltime > 80) { + if (sw.wrongWords > 0 || sw.finaltime > 90) { result = 'meh...'; }; if (sw.wrongWords > 0 && sw.finaltime <= 80) {