diff --git a/scenes/characters/player.tscn b/scenes/characters/player.tscn index 77c2bb0..74cb3af 100644 --- a/scenes/characters/player.tscn +++ b/scenes/characters/player.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://cuduv6fwqtocs"] +[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"] @@ -12,6 +12,50 @@ [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 @@ -23,6 +67,7 @@ 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="."] @@ -42,13 +87,54 @@ 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, 0.939693, -0.34202, 0, 0.34202, 0.939693, 0, -1, -0.4) +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, 0.939693, 0.34202, 0, -0.34202, 0.939693, 0, -1, 0.4) +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")