diff --git a/Assets/scripts/Sphere.cs b/Assets/scripts/Sphere.cs index a180598..20276cf 100644 --- a/Assets/scripts/Sphere.cs +++ b/Assets/scripts/Sphere.cs @@ -6,7 +6,7 @@ public class Sphere : CommonCollectibles { public override void Collect(GameObject gameObject) { - gameObject.GetComponent().MoveSpeed += 5.0f; + gameObject.GetComponent().MoveSpeed += 6.0f; Destroy(this); } }