diff --git a/libs/B-luga-graphics/include/B-luga-graphics/ParallaxSystems.hpp b/libs/B-luga-graphics/include/B-luga-graphics/ParallaxSystems.hpp index 5f18000..134fe6c 100644 --- a/libs/B-luga-graphics/include/B-luga-graphics/ParallaxSystems.hpp +++ b/libs/B-luga-graphics/include/B-luga-graphics/ParallaxSystems.hpp @@ -11,8 +11,8 @@ namespace Systems::GraphicsSystems { - static constexpr int maxOutParallaxLeft = -10; - static constexpr int maxOutParallaxRight = 10; + static constexpr int maxOutParallaxLeft = -100; + static constexpr int maxOutParallaxRight = 100;