From 1c13fdd41e11605a8eb882fb58fc9a89adb07609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 17 Sep 2017 02:02:59 +0200 Subject: [PATCH] anim max raised --- game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.c b/game.c index e852189..f848ae8 100644 --- a/game.c +++ b/game.c @@ -437,7 +437,7 @@ void onGameButton(uint8_t button, bool press) // ------------------------------- const uint8_t anim_step = 1; -const uint8_t anim_max = 60; +const uint8_t anim_max = 75; xrgb_t color1; uint8_t step1;