-
By default, the window title in Bevy is set to "Bevy App". How can I change this to something else? |
Beta Was this translation helpful? Give feedback.
Answered by
ickshonpe
May 18, 2023
Replies: 2 comments
-
Two methods:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Newbytee
-
Also, you might find the window examples helpful. In particular multiple_windows and window_settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two methods:
The
DefaultPlugins::set
function:Query for
Window
from a system: