Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pity there's no 32bit version. In the browser version   the right hand side of the game is off the screen

Hi, can you explain me what this you mean by the 32 bits version? If you talk about binaries, on what os should I export it?

In the export templates on Godot uncheck 64 bits to export to 32 bit

Thanks I didn't think about it since 32 bits system seems to disappear. I added the 32 bits builds, I can't test it but I hope it will works without trouble

Most 32 bit systems can only do gles2 and rarely gles3 to fix that problem just go the project settings > rendering > quality and check fallback to gles2 and you should be fine

Thanks for the tips! I never through about 32 bits system since I haven't any one installed to test the game on. I updated with the GLES 2 fallback.

Happy to help