7d285bd607
- added user switching - added Topic Panel functionality (features are missing) - some basic refactoring
13 lines
412 B
Plaintext
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"]
|