[gd_scene load_steps=6 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_5p01t"] [sub_resource type="CapsuleMesh" id="CapsuleMesh_2trlk"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_h8f8c"] [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="VoiceOverlay" type="AudioStreamPlayer3D" parent="."] stream = ExtResource("3_5p01t") volume_db = -20.0 [connection signal="body_entered" from="." to="." method="_on_body_entered"]