Files
uarep-ctl/scenes/tilemap/mark.gd

5 lines
63 B
GDScript

extends Control
func set_text(t: String):
$Label.text = t