fine tune results

This commit is contained in:
s2
2013-04-06 14:17:00 +02:00
parent 6d94cd486b
commit 00d8c9c0a0

View File

@@ -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) {