tiny_plane.tscn 1010 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="CapsuleShape3D" id="CapsuleShape3D_m4n1f"]
  5. height = 4.37708
  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, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.497537, 1.18529)
  16. shape = SubResource("CapsuleShape3D_m4n1f")
  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")