Crate.tscn 443 B

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