Added new prefabs

This commit is contained in:
2026-04-27 20:04:45 +01:00
parent bfce2fd97d
commit 42ffb9bf11
22 changed files with 851 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ namespace Fruitomation.Game
{
if (other.transform.parent.TryGetComponent(out Rigidbody2D body))
{
Debug.Log(body.name);
body.AddForce(Vector3.down * 5f, ForceMode2D.Force);
}
}, TriggerType.Stay);