diary/system/ping_system/ping_system_singleton.tscn
2022-06-05 14:22:08 +02:00

13 lines
422 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://system/ping_system/ping_system_singleton.gd" type="Script" id=1]
[ext_resource path="res://sounds/ping.wav" type="AudioStream" id=2]
[node name="PingSystem" type="Node"]
script = ExtResource( 1 )
[node name="PingSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 2 )
[connection signal="ping_handled" from="." to="." method="_on_ping_handled"]