How to show Game Title in Browser Tab?

Hi, everyone.
My name is Ryan and I am new here.

I tried GDevelop by creating project from template and exported it into HTML5 local website.
When I opened index.html using Firefox, I noticed that game path is shown in browser tab instead of the game title.

Please help me, how to show game Title in GDevelop exported game.

Thanks.

Did you try the action to change window title?
What you want to do is:

Condition:
At the beginning of the scene

Action:
Change window title to “MyGame”

1 Like

Wow, it works.
Thank you very much for the solution.

I wonder why GDevelop doesn’t use “Game name” in “Game settings” option by default.

Previously I am also try to add <title> in index.html head and it also doesn’t work.