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