bazar_alea/client/Stream/chat.gd

13 lines
365 B
GDScript3
Raw Permalink Normal View History

2023-12-24 00:17:01 +00:00
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