Setting the output Game/Window Title #2440
-
I'm learning so much so fast here and my mind is blown by how well this Game/Engine/Animation/Studio (and so much more) works, It's so responsive but..... I looked everywhere and couldn't figure out how to set the Title of the built application if anyone could help me out while I hang my head in shame, thanks Is this next issue a bug and should I report it? I couldn't rename anything in the solution explorer despite the option in the context menu being enabled for me to do so. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Start.... Oh, it makes so much sense now. Note: I had been trying to set game.window.title but during game construction before calling Run I very quickly realised my mistake as Window was still null. Hunted the docs for ages but must have missed it. I had hoped to find this in the basic tutorials and get started so maybe a note for someone to do? Assuming I looked hard enough. |
Beta Was this translation helpful? Give feedback.
-
I had no luck with the game settings however I can confirm this is the way I will implement it, thanks again. I would have been hitting my head on the wall for days with out it.
and updated my entry point..
|
Beta Was this translation helpful? Give feedback.
This is a very nice feedback! Do catch up on our Discord server 🙂.
I do it like so in code-only. Most likely you can do the same.