Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello, I use Godot as well. Just thought I’d comment I believe the safest way to detect if it’s playing in the browser is to use OS.has_feature("web") as per the Feature tag documentation. There are lots of other useful feature tags which I typically use during development.