arduino stuffs
1
2
3
4
5
6
7
8
9
10
extends RichTextLabel
class_name Console


func _ready():
	SerialIO.connect("recieved", self, "add_text")


func add_text(new: String):
	text += new