This commit is contained in:
SoulliesOfficial
2026-03-14 02:30:26 -04:00
parent cf86f0ee51
commit aee62cd637
2041 changed files with 246771 additions and 129128 deletions

View File

@@ -91,7 +91,7 @@ namespace MoreMountains.Feedbacks
{
if(ResetVelocityOnPlay)
{
rb.velocity = Vector3.zero;
rb.linearVelocity = Vector3.zero;
}
if (ForwardForce)

View File

@@ -92,7 +92,7 @@ namespace MoreMountains.Feedbacks
{
if(ResetVelocityOnPlay)
{
rb.velocity = Vector2.zero;
rb.linearVelocity = Vector2.zero;
}
switch (Mode)