Nomor tampilan Godot

var count = 42
get_node("Label").set_text(str(count ))
AntiClux