Skip to main content

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

Here it is— it looks like the viewport scaling is off when the game loads in my browser:

ooooooh I really need to find out how godot handles the window size for web export, not the first time I got this issue :O Thanks for telling me !! :D

You probably need to set the scaling mode to `viewport`:


These are the settings I use for all of my projects!