-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML5 issues; wasm filename, slow loading
The HTML5 export was looking for 'v0.wasm' instead of 'v0.0621.wasm'. Additionally itch.io wants the html file named 'index.html'. I've just renamed the file to 'turbofat.html' for now, and the extra rename is a manual step. The HTML5 export was taking about 5 seconds to load, because it was only loading one resource every frame. I've changed it to load as many resources as it can in 0.1 seconds, as a compromise between speed and responsiveness.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters