[gd_scene load_steps=8 format=3 uid="uid://dsio3s1m2uinu"] [ext_resource type="Script" path="res://Suit.gd" id="1_mbmhc"] [ext_resource type="AudioStream" uid="uid://dp021qbu4qpar" path="res://assets/sounds/button/button01_press.ogg" id="2_sy7ac"] [ext_resource type="AudioStream" uid="uid://6a6ayirpiohc" path="res://assets/sounds/music/Spazzmatica Polka.mp3" id="3_ghfbi"] [sub_resource type="CapsuleMesh" id="CapsuleMesh_2trlk"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_h8f8c"] [sub_resource type="Animation" id="Animation_nkgx4"] resource_name = "fade" length = 5.0 tracks/0/type = "bezier" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("Song:volume_db") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "handle_modes": PackedInt32Array(0, 0), "points": PackedFloat32Array(0, -0.25, 0, 0.8, 0, -20, -0.25, 0, 0.25, 0), "times": PackedFloat32Array(0, 5) } [sub_resource type="AnimationLibrary" id="AnimationLibrary_gxgtv"] _data = { "fade": SubResource("Animation_nkgx4") } [node name="Suit" type="Area3D"] script = ExtResource("1_mbmhc") [node name="CSGMesh3D" type="CSGMesh3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) mesh = SubResource("CapsuleMesh_2trlk") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) shape = SubResource("CapsuleShape3D_h8f8c") [node name="GrabSound" type="AudioStreamPlayer3D" parent="."] stream = ExtResource("2_sy7ac") [node name="Song" type="AudioStreamPlayer" parent="."] stream = ExtResource("3_ghfbi") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { "": SubResource("AnimationLibrary_gxgtv") } [connection signal="body_entered" from="." to="." method="_on_body_entered"]