Closed valkyrienyanko closed 2 years ago
ℹ️ This issue is for the godot4 branch
godot4
In Godot 3.x it was OS.SetWindowTitle(string title); but in Godot 4 this is no longer the case.
OS.SetWindowTitle(string title);
Link to Godot Discord to ask this question
Os was split into OS and DisplayServer: https://github.com/godotengine/godot/pull/37317
DisplayServer.WindowSetTitle("I'm a title!");
In Godot 3.x it was
OS.SetWindowTitle(string title);
but in Godot 4 this is no longer the case.Link to Godot Discord to ask this question