From f70a850e22da3f2114f39f6ef909b4f4bf167f15 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 2 Feb 2023 16:30:19 +0900 Subject: [PATCH] Slightly increase screen-shake-time --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.h b/src/constants.h index 2d31cc3..de465b3 100644 --- a/src/constants.h +++ b/src/constants.h @@ -69,7 +69,7 @@ constexpr float BUTTON_COLOR_MIN = 40.0F; constexpr float BUTTON_COLOR_MAX = 180.0F; constexpr float SCREEN_SHAKE_DEFAULT_FACTOR = 7.0F; -constexpr float SCREEN_SHAKE_TIME = 0.3F; +constexpr float SCREEN_SHAKE_TIME = 0.5F; constexpr int ANIM_FALLING_AMT = 7; constexpr int ANIM_FALLING_OPP_THRESHOLD = 5; -- 2.49.0