[gd_scene load_steps=6 format=3 uid="uid://yqgq7gjbu72p"] [ext_resource type="Script" path="res://scenes/target.gd" id="1_8ktrr"] [ext_resource type="AudioStream" uid="uid://cqb1bo72232vs" path="res://assets/Sounds/03 highpiano.ogg" id="2_hpxkg"] [ext_resource type="PackedScene" uid="uid://bgh4fmqrhb0cs" path="res://assets/star_bulb.tscn" id="3_shqyy"] [ext_resource type="Script" path="res://assets/star_bulb_target.gd" id="4_5igaa"] [sub_resource type="BoxShape3D" id="BoxShape3D_2pv4i"] size = Vector3(0.8, 0.8, 0.8) [node name="Target1" type="StaticBody3D" groups=["targets"]] script = ExtResource("1_8ktrr") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] shape = SubResource("BoxShape3D_2pv4i") [node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] stream = ExtResource("2_hpxkg") volume_db = -80.0 autoplay = true [node name="Star bulb" parent="." instance=ExtResource("3_shqyy")] transform = Transform3D(1.3, 0, 0, 0, 1.3, 0, 0, 0, 1.3, 0, -0.542325, 0) script = ExtResource("4_5igaa") [connection signal="occupancy_changed" from="." to="Star bulb" method="_on_target_1_occupancy_changed"]