This commit is contained in:
Hartmut Seichter 2025-06-26 21:19:51 +02:00
parent 127eef5a8b
commit 3b790a7217
5 changed files with 131 additions and 24 deletions

View file

@ -1,6 +1,11 @@
[gd_scene load_steps=2 format=3 uid="uid://bj5ykdjle10tt"]
[ext_resource type="Script" uid="uid://ca5psnjx63ua8" path="res://uvrpn.gd" id="1_gxo8o"]
[ext_resource type="Script" uid="uid://vnywsf0rn1ax" path="res://SocketClient.gd" id="1_gxo8o"]
[node name="Node3D" type="Node3D"]
script = ExtResource("1_gxo8o")
[connection signal="connected" from="." to="." method="_on_connected"]
[connection signal="data" from="." to="." method="_on_data"]
[connection signal="disconnected" from="." to="." method="_on_disconnected"]
[connection signal="error" from="." to="." method="_on_error"]