From f667fe70ba7e8a820dbdb82121957d37f9456a5d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 24 Aug 2017 21:23:42 +0000 Subject: [PATCH] Lower Numbers --- assets/json/math-game.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/json/math-game.json b/assets/json/math-game.json index ee098198..96ec186b 100644 --- a/assets/json/math-game.json +++ b/assets/json/math-game.json @@ -32,7 +32,7 @@ "easy": 10, "medium": 50, "hard": 100, - "extreme": 1000, - "impossible": 10000 + "extreme": 100, + "impossible": 100 } }