[gd_scene load_steps=6 format=3 uid="uid://c2ud2okha448s"] [ext_resource type="Material" uid="uid://byworh783tmdj" path="res://Materials/candyCaneRing.tres" id="1_1t2i6"] [ext_resource type="Script" path="res://Scripts/Ring.gd" id="1_pey8v"] [ext_resource type="AudioStream" uid="uid://bwvakem3chtqg" path="res://Sounds/Effects/Christmas Sound Effects #1 (by MrSnooze)/004 swosh.wav" id="3_y3kw5"] [sub_resource type="TorusMesh" id="TorusMesh_skxoo"] material = ExtResource("1_1t2i6") inner_radius = 0.8 rings = 16 ring_segments = 8 [sub_resource type="CylinderShape3D" id="CylinderShape3D_lavpq"] height = 0.060093 radius = 0.946404 [node name="SantaRing" type="Area3D" node_paths=PackedStringArray("player")] script = ExtResource("1_pey8v") player = NodePath("AudioStreamPlayer") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0) mesh = SubResource("TorusMesh_skxoo") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0) shape = SubResource("CylinderShape3D_lavpq") [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource("3_y3kw5") bus = &"Effects" [connection signal="area_entered" from="." to="." method="_on_area_entered"]