This commit is contained in:
Clevertop 2024-08-13 23:13:16 +10:00
parent c9446ea16e
commit 22c132ca78
3 changed files with 6 additions and 5 deletions

View file

@ -17,6 +17,7 @@ size = Vector3(0.5, 0.5, 0.5)
points = PackedVector3Array(0.25, 0.25, 0.25, 0.25, 0.25, -0.25, -0.25, 0.25, 0.25, 0.25, -0.25, 0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25)
[node name="BaseCommand" type="RigidBody3D" node_paths=PackedStringArray("mesh", "collider")]
can_sleep = false
script = ExtResource("1_ra6j6")
mesh = NodePath("MeshInstance3D")
collider = NodePath("CollisionShape3D3")