Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Godot: removing loading bar on web HTML5 exports

A topic by rhosinphi created May 21, 2025 Views: 109 Replies: 1
Viewing posts 1 to 3
(1 edit) (+1)

Couldn't find this elsewhere so just gonna leave it here,

To remove the blue bar from the exported Godot HTML5 web game, add style="visibility:hidden;" to the progress element in [GAME_NAME].html. Final product looks like this:

<progress id="status-progress" style="visibility:hidden;"></progress>

๐Ÿ™Œ๐Ÿ™Œ๐Ÿ™Œ

Moderator moved this topic to General Development
Moderator(+1)

(moved to the right category)