We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ]
The text was updated successfully, but these errors were encountered:
pmp-p
No branches or pull requests
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 ]
The text was updated successfully, but these errors were encountered: