140 lines
5.2 KiB
Text
140 lines
5.2 KiB
Text
[gd_scene load_steps=20 format=3 uid="uid://cuduv6fwqtocs"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/characters/Player.cs" id="1_fr1bo"]
|
|
[ext_resource type="AudioStream" uid="uid://nsq05kpsix83" path="res://resources/audio/SFX - Death Explosion.ogg" id="2_ml1je"]
|
|
[ext_resource type="AudioStream" uid="uid://cr4ckjeqxa5xe" path="res://resources/audio/SFX - Success.ogg" id="3_xmihe"]
|
|
[ext_resource type="AudioStream" uid="uid://dyf7x2qy7lww" path="res://resources/audio/SFX - Main engine thrust.ogg" id="4_204bm"]
|
|
[ext_resource type="PackedScene" uid="uid://ux6ivcx1ovdp" path="res://scenes/characters/booster_particles.tscn" id="5_q1ic3"]
|
|
[ext_resource type="PackedScene" path="res://scenes/characters/explosion_particles.tscn" id="6_wmkg1"]
|
|
[ext_resource type="PackedScene" path="res://scenes/characters/success_particles.tscn" id="7_8jcat"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_dk8lw"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_bplwn"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_e3nrr"]
|
|
albedo_color = Color(0.85, 0.85, 0.85, 1)
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_s6ewg"]
|
|
material = SubResource("StandardMaterial3D_e3nrr")
|
|
top_radius = 0.2
|
|
bottom_radius = 0.2
|
|
height = 1.5
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_ja7mu"]
|
|
top_radius = 0.01
|
|
bottom_radius = 0.2
|
|
height = 0.5
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ic5vk"]
|
|
albedo_color = Color(0.733333, 0.25098, 0.0784314, 1)
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_rhiia"]
|
|
material = SubResource("StandardMaterial3D_ic5vk")
|
|
top_radius = 0.1
|
|
bottom_radius = 0.1
|
|
height = 1.25
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_d2ogo"]
|
|
albedo_color = Color(0.733333, 0.25098, 0.0784314, 1)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_rkw8i"]
|
|
material = SubResource("StandardMaterial3D_d2ogo")
|
|
radius = 0.1
|
|
height = 0.2
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_0nqxd"]
|
|
top_radius = 0.2
|
|
bottom_radius = 0.25
|
|
height = 0.2
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wlvf1"]
|
|
|
|
[sub_resource type="CylinderMesh" id="CylinderMesh_e4o86"]
|
|
material = SubResource("StandardMaterial3D_wlvf1")
|
|
top_radius = 0.22
|
|
bottom_radius = 0.22
|
|
height = 0.05
|
|
|
|
[node name="Player" type="RigidBody3D"]
|
|
axis_lock_linear_z = true
|
|
axis_lock_angular_x = true
|
|
axis_lock_angular_y = true
|
|
contact_monitor = true
|
|
max_contacts_reported = 10
|
|
linear_damp = 1.0
|
|
angular_damp = 3.0
|
|
script = ExtResource("1_fr1bo")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
visible = false
|
|
mesh = SubResource("CylinderMesh_dk8lw")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CylinderShape3D_bplwn")
|
|
|
|
[node name="DeathAudioPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_ml1je")
|
|
|
|
[node name="SuccessAudioPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("3_xmihe")
|
|
|
|
[node name="RocketAudioPlayer" type="AudioStreamPlayer3D" parent="."]
|
|
stream = ExtResource("4_204bm")
|
|
|
|
[node name="BoosterParticles" parent="." instance=ExtResource("5_q1ic3")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
|
|
emitting = false
|
|
|
|
[node name="BoosterLeftParticles" parent="." instance=ExtResource("5_q1ic3")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.3, -0.9, 0)
|
|
emitting = false
|
|
|
|
[node name="BoosterRightParticles" parent="." instance=ExtResource("5_q1ic3")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, -0.9, 0)
|
|
emitting = false
|
|
|
|
[node name="ExplosionParticles" parent="." instance=ExtResource("6_wmkg1")]
|
|
|
|
[node name="SuccessParticles" parent="." instance=ExtResource("7_8jcat")]
|
|
|
|
[node name="Body" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.25, 0)
|
|
mesh = SubResource("CylinderMesh_s6ewg")
|
|
|
|
[node name="Nose" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
mesh = SubResource("CylinderMesh_ja7mu")
|
|
skeleton = NodePath("../..")
|
|
|
|
[node name="BoosterLeft" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 0, 0)
|
|
mesh = SubResource("CylinderMesh_rhiia")
|
|
|
|
[node name="BoosterNose" type="MeshInstance3D" parent="Body/BoosterLeft"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0)
|
|
mesh = SubResource("SphereMesh_rkw8i")
|
|
|
|
[node name="BoosterRight" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.3, 0, 0)
|
|
mesh = SubResource("CylinderMesh_rhiia")
|
|
|
|
[node name="BoosterNose" type="MeshInstance3D" parent="Body/BoosterRight"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0)
|
|
mesh = SubResource("SphereMesh_rkw8i")
|
|
|
|
[node name="Booster" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.7, 0)
|
|
mesh = SubResource("CylinderMesh_0nqxd")
|
|
|
|
[node name="Ring1" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0)
|
|
mesh = SubResource("CylinderMesh_e4o86")
|
|
|
|
[node name="Ring2" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.2, 0)
|
|
mesh = SubResource("CylinderMesh_e4o86")
|
|
|
|
[node name="Ring3" type="MeshInstance3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.3, 0)
|
|
mesh = SubResource("CylinderMesh_e4o86")
|