tiny_plane.tscn 986 B

1234567891011121314151617181920212223242526
  1. [gd_scene load_steps=5 format=3 uid="uid://dao17ylietgyl"]
  2. [ext_resource type="Script" path="res://component/entity/plane/tiny_plane.gd" id="1_q8t3a"]
  3. [ext_resource type="PackedScene" uid="uid://bnopi1rerk2hw" path="res://component/entity/plane/TinyPlane.glb" id="1_umuah"]
  4. [sub_resource type="BoxShape3D" id="BoxShape3D_08gtm"]
  5. size = Vector3(1.551, 1.1, 4.211)
  6. [sub_resource type="BoxShape3D" id="BoxShape3D_w478f"]
  7. size = Vector3(5.20238, 0.197845, 1)
  8. [node name="TinyPlane" type="RigidBody3D"]
  9. collision_layer = 8
  10. collision_mask = 3
  11. mass = 750.0
  12. script = ExtResource("1_q8t3a")
  13. [node name="TinyPlane" parent="." instance=ExtResource("1_umuah")]
  14. [node name="Core" type="CollisionShape3D" parent="."]
  15. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55, 0.888)
  16. shape = SubResource("BoxShape3D_08gtm")
  17. [node name="Wings" type="CollisionShape3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.599034, 0.693509)
  19. shape = SubResource("BoxShape3D_w478f")