Made fans OP for playtest
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Fruitomation.Game
|
||||
if (hit.collider is null)
|
||||
{
|
||||
Vector3 force = new(-transform.localScale.x, 0f, 0f);
|
||||
body.AddForce(force * (12f / mag), ForceMode2D.Force);
|
||||
body.AddForce(force * 5f, ForceMode2D.Impulse);
|
||||
}
|
||||
}
|
||||
}, TriggerType.Stay);
|
||||
|
||||
Reference in New Issue
Block a user