Set up main scene

This commit is contained in:
Joscha 2024-02-06 00:48:39 +01:00
parent 1eafc745d7
commit d172995951
3 changed files with 24 additions and 0 deletions

7
Main/Main.gd Normal file
View file

@ -0,0 +1,7 @@
extends Node
func _process(_delta):
$Label.text = $EuphRoom.status()
func _on_euph_room_packet(packet: EuphPacket):
print("| ", packet.json_stringify())