-
Notifications
You must be signed in to change notification settings - Fork 0
/
ring_goal.tscn
25 lines (17 loc) · 1.02 KB
/
ring_goal.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[gd_scene load_steps=5 format=3 uid="uid://cphyf0ajdc0xd"]
[ext_resource type="Script" path="res://Scripts/goal.gd" id="1_hwd8w"]
[ext_resource type="AudioStream" uid="uid://d2qwiygxw88wn" path="res://SFX/Pling.wav" id="2_drxlf"]
[ext_resource type="PackedScene" uid="uid://b5xxl1ntiwr5v" path="res://Scenes/ring.tscn" id="3_6ko24"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vpc1q"]
height = 1.3847
radius = 9.99161
[node name="RingGoal" type="Node3D"]
script = ExtResource("1_hwd8w")
[node name="Area3D" type="Area3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
transform = Transform3D(1, 0, 0, 0, -0.0132815, -0.999912, 0, 0.999912, -0.0132815, 0.0246258, -1.89742, 0.469764)
shape = SubResource("CylinderShape3D_vpc1q")
[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource("2_drxlf")
[node name="ring" parent="." instance=ExtResource("3_6ko24")]
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]