123456789101112131415 |
- [gd_scene load_steps=3 format=2]
- [ext_resource path="res://platform-kit/crate.glb" type="PackedScene" id=1]
- [sub_resource type="BoxShape" id=1]
- extents = Vector3( 0.25, 0.25, 0.25 )
- [node name="Crate" instance=ExtResource( 1 )]
- [node name="crate" parent="tmpParent" index="0"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0 )
- [node name="CollisionShape" type="CollisionShape" parent="." index="1"]
- shape = SubResource( 1 )
|