minicosm
minicosm copied to clipboard
Text asset loading support
The current asset loader supports audio and image files loading, but has no built in support for any kind of text-based assets, including JSON/EDN.
This should probably be fixed, as while some text assets could probably be kept in code, large amounts of config/save/etc. data are better as external files.
Some consideration of possible usecases however would need to be made.