In data\System.json
of 00_Sample
the following find / replace needs to happen to be able to start game:
find: "Student_F_03a"
replace with: "Sprite-Student_Fa"
Thank you
justincalleja
Recent community posts
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.
I just get a white window after building. I selected the dev tools option but they don't open. I did try running the directory with the index.html file using a normal http server e.g. python's in-built or npx run serve - and that worked.
I'm running on linux-x64. Build succeeds with a 3.9MB file but I just get a white screen. I think something is loaded as if i click randomly on the white screen i can hear the sound effect of clicking on one of main menu buttons.
I also tried it with a plain single index.html file with no dependencies - displaying an h1 tag and some p tags. White screen and no dev tools.