pygbag icon indicating copy to clipboard operation
pygbag copied to clipboard

handle /static/ in simulator

Open pmp-p opened this issue 2 years ago • 0 comments

when running in simulator redirect fopen() to local ./static/ folder to serve web assets first, not original game assets

eg in order : ./static/file.png [ same level as index.html ] ./file.png [ local original file, will be in apk ]

pmp-p avatar Dec 23 '23 09:12 pmp-p