diff --git a/Assets/Fungus/Scripts/Parallax.cs b/Assets/Fungus/Scripts/Parallax.cs index 056f1e0b..7fa703f2 100644 --- a/Assets/Fungus/Scripts/Parallax.cs +++ b/Assets/Fungus/Scripts/Parallax.cs @@ -12,7 +12,7 @@ namespace Fungus /** * Scale factor for calculating the parallax offset. */ - public Vector2 parallaxScale = new Vector2(0.1f, 0.1f); + public Vector2 parallaxScale = new Vector2(0.25f, 0f); Vector3 startPosition;