diff --git a/public/done.html b/public/done.html index be343ce..962dce4 100644 --- a/public/done.html +++ b/public/done.html @@ -38,5 +38,16 @@

Thank You for Playing!

+ \ No newline at end of file diff --git a/public/game.html b/public/game.html index f5537eb..b4123d6 100644 --- a/public/game.html +++ b/public/game.html @@ -24,9 +24,9 @@ let game_type = "normal"; const game_type_lengths = { - "normal": 10_000, // ms - "reverse": 10_000, - "offset": 10_000 + "normal": 15_000, // ms + "reverse": 15_000, + "offset": 15_000 }