From: Stephen Seo Date: Thu, 2 Feb 2023 07:30:19 +0000 (+0900) Subject: Slightly increase screen-shake-time X-Git-Url: https://git.seodisparate.com/tbm-server-edit-damage-sources-set.png?a=commitdiff_plain;h=f70a850e22da3f2114f39f6ef909b4f4bf167f15;p=RockPaperScissorsDuel Slightly increase screen-shake-time --- 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;