tiny_rocket.tscn 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [gd_scene load_steps=6 format=3 uid="uid://dao17ylietgyl"]
  2. [ext_resource type="Script" uid="uid://qtgxpu5m06a" path="res://component/entity/vehicles/rocket/tiny_rocket.gd" id="1_tviov"]
  3. [ext_resource type="PackedScene" uid="uid://2vrfrmuq0mu7" path="res://component/entity/vehicles/rocket/Launcher.glb" id="2_bc1sn"]
  4. [sub_resource type="BoxShape3D" id="BoxShape3D_stelr"]
  5. size = Vector3(1, 0.898005, 3.32631)
  6. [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8xj10"]
  7. shading_mode = 0
  8. albedo_color = Color(1, 1, 0, 1)
  9. disable_receive_shadows = true
  10. [sub_resource type="BoxMesh" id="BoxMesh_7w4wj"]
  11. material = SubResource("StandardMaterial3D_8xj10")
  12. size = Vector3(0.21, 0.21, 8.95)
  13. [node name="TinyRocket" type="VehicleBody3D"]
  14. collision_layer = 8
  15. collision_mask = 3
  16. input_ray_pickable = false
  17. mass = 750.0
  18. contact_monitor = true
  19. max_contacts_reported = 1
  20. angular_damp = 3.0
  21. script = ExtResource("1_tviov")
  22. [node name="Launcher" parent="." instance=ExtResource("2_bc1sn")]
  23. [node name="Core" type="CollisionShape3D" parent="."]
  24. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.498511, 1.84409)
  25. shape = SubResource("BoxShape3D_stelr")
  26. [node name="DrivingSeat" type="Marker3D" parent="."]
  27. transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0.275996, 1.74235)
  28. [node name="UpDoor" type="Marker3D" parent="."]
  29. transform = Transform3D(-1, -8.74228e-08, -4.37114e-08, 4.37114e-08, 1.91069e-15, -1, 8.74228e-08, -1, 1.91069e-15, 0, -0.247438, 2.06667)
  30. [node name="Thrust" type="Node3D" parent="."]
  31. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.497, 7.719)
  32. visible = false
  33. [node name="ThrustFlameBloc" type="MeshInstance3D" parent="Thrust"]
  34. mesh = SubResource("BoxMesh_7w4wj")
  35. skeleton = NodePath("../..")
  36. [node name="ThrustFlameLight" type="OmniLight3D" parent="Thrust"]
  37. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4.19353)
  38. light_color = Color(1, 1, 0, 1)
  39. light_energy = 9.849
  40. light_specular = 0.823
  41. omni_range = 9.792