Skip to main content

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

Hi @spageddis. It did work - thank you. But unfortunately, it's quite large in file size:

du -sh ./linux-x64
212M ./linux-x64

I am tbf - using a custom build as the game is meant to be moved over into another app to be hosted in a web site... but it's still just a vite build. I am pointing gemshell to the dist of standard vite build phaser.js project (typescript)... if that helps. No large files... just a few images (no more than 10). It's not a complete game.

Since we switched from WebView to Chromium to make games stable across all operating systems, CEF adds at least 200 MB to your game. We’ve already removed a lot of unnecessary files to keep the build as small as possible.