Merging #44 again, I accidentally squashed and merged when I didn't mean to.
Description
Allows running the editor in the browser.
The editor in the browser:
Ctrl-S saves the assets to local storage, using the would-be file names as keys
Loading assets will attempt to get them from local storage, and if those can't be found, it will use the binary-embedded assets (those that come from load_assets!
Has export button to download the local-storage-stored assets
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Context
Merging #44 again, I accidentally squashed and merged when I didn't mean to.
Description
Allows running the editor in the browser.
The editor in the browser:
Ctrl-S
saves the assets to local storage, using the would-be file names as keysload_assets!
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.