I want to show my Godot engine game in a borderless window, but not fullscreen. I want to just have the game view visible on screen with no title bar or window chrome.
1 Answer
\$\begingroup\$ \$\endgroup\$
0 A quick search for "Godot bordeless window" turns up some useful hits, including this official documentation about Godot's OS class:
bool window_borderless- Iftrueremoves the window frame.