Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Godot 4] How do you set the game window title? #131

Closed
valkyrienyanko opened this issue Sep 18, 2022 · 1 comment
Closed

[Godot 4] How do you set the game window title? #131

valkyrienyanko opened this issue Sep 18, 2022 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@valkyrienyanko
Copy link
Contributor

ℹ️ This issue is for the godot4 branch

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

@valkyrienyanko valkyrienyanko added help wanted Extra attention is needed question Further information is requested labels Sep 18, 2022
@policiu
Copy link
Contributor

policiu commented Sep 18, 2022

Os was split into OS and DisplayServer: godotengine/godot#37317

DisplayServer.WindowSetTitle("I'm a title!");

valkyrienyanko added a commit that referenced this issue Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants