How to format a tooltip

Godot Version

4.2

Question

I typed my tooltip into the inspector. When I run the app, the tooltip displays as one long line and gets cut off by the left and right sides of the GUI. How do I put line breaks in the tooltip text?

Answer found. A custom tooltip needs to be made.
https://docs.godotengine.org/en/stable/classes/class_control.html#class-control-private-method-make-custom-tooltip

1 Like