Fixed thingy

This commit is contained in:
Pasha Bibko
2026-01-29 10:31:07 +00:00
parent 96a75af6a1
commit aff8f8e4e7
3 changed files with 27 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ namespace InterfaceOff.WorldScene
body = GetComponent<Rigidbody>();
Vector3 pos = transform.localPosition;
pos.y = Mathf.Infinity;
pos.y = 100f;
transform.localPosition = pos;
}