online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
extends CanvasLayer

onready var status: StatusLabel = $Holder/Back/VBox/Status


func set_status(text: String, length := 5) -> void:
	status.set_text(text, length)