Skip to main content

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

https://github.com/raysan5/raylib-gamejam-template/tree/main this one, make sure you use it as a template so it will setup github actions for you, then when you push it will build linux, win, mac and web version, go to actions and download web build, it should not have the banner, if it still does, check that  src/minshell.html exists and src/shell.html does not.

Thank you.