Godot Version
4.4.1
Question
I need to add more buttons to a UI window.
I need to make it like here:
How can i do it?
4.4.1
I need to add more buttons to a UI window.
I need to make it like here:
How can i do it?
Embedded windows only support the close button. If you need to add more then you’ll need to re-create the window title bar and borders (and dragging, resizing,…) yourself on an window with the Window.borderless
property enabled or re-create the fake window from scratch if you don’t need all the extra functionality the Window
node has.