diary/system/ping_system/ping_system.tscn
mono 7d285bd607 - reworked Chat Panel system
- added user switching
- added Topic Panel functionality (features are missing)
- some basic refactoring
2022-05-14 20:51:48 +02:00

13 lines
412 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://system/ping_system/ping_system.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"]