From: Stephen Seo Date: Wed, 1 Feb 2023 05:37:53 +0000 (+0900) Subject: Tweak screen-shake-factor X-Git-Url: https://git.seodisparate.com/stephenseo/LD53?a=commitdiff_plain;h=230bfbd184740fc732494e7a51385cedaffef4b2;p=RockPaperScissorsDuel Tweak screen-shake-factor --- diff --git a/src/constants.h b/src/constants.h index 3342974..8f799a1 100644 --- a/src/constants.h +++ b/src/constants.h @@ -68,7 +68,7 @@ constexpr float BUTTON_COLOR_TIME = 9.0F; constexpr float BUTTON_COLOR_MIN = 40.0F; constexpr float BUTTON_COLOR_MAX = 180.0F; -constexpr float SCREEN_SHAKE_DEFAULT_FACTOR = 5.0F; +constexpr float SCREEN_SHAKE_DEFAULT_FACTOR = 7.0F; constexpr float SCREEN_SHAKE_TIME = 0.3F; // src/3D/