Set up main scene
This commit is contained in:
parent
1eafc745d7
commit
d172995951
3 changed files with 24 additions and 0 deletions
7
Main/Main.gd
Normal file
7
Main/Main.gd
Normal 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())
|
||||
Loading…
Add table
Add a link
Reference in a new issue