bazar_alea/client/Stream/chat.gd
2023-12-24 01:17:01 +01:00

12 lines
365 B
GDScript

extends Window
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
Stream.send_message_to("coucou", "titi")
#Stream.send_message_to("Art thou not Romeo, and a Montague?", "romeo@example.net")
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass