1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/collector/collector.tscn

18 lines
656 B
Text
Raw Normal View History

2023-10-02 14:50:01 +00:00
[gd_scene load_steps=3 format=3 uid="uid://c5w3b55aiui6c"]
2023-10-01 01:03:03 +00:00
[ext_resource type="Script" path="res://collector/collector.gd" id="1_1xtt5"]
2023-10-02 14:50:01 +00:00
[ext_resource type="AudioStream" uid="uid://bpxjhl0aq3yrv" path="res://audio/conversione/suck2.wav" id="2_n0plc"]
2023-10-01 01:03:03 +00:00
2023-10-02 14:50:01 +00:00
[node name="Collector" type="Area2D" node_paths=PackedStringArray("sound_absorb")]
2023-10-02 17:26:45 +00:00
collision_layer = 0
collision_mask = 4
2023-10-01 01:03:03 +00:00
script = ExtResource("1_1xtt5")
2023-10-02 14:50:01 +00:00
sound_absorb = NodePath("sound_absorb")
[node name="sound_absorb" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_n0plc")
volume_db = -8.0
pitch_scale = 2.0
2023-10-01 01:03:03 +00:00
[connection signal="body_entered" from="." to="." method="_on_body_entered"]