how to show any number in godot code example Example: godot display numbers var count = 42 get_node("Label").set_text(str(count ))