miniSphere 5.0.2
miniSphere 5.0.2 is a maintenance release in the 5.0 series.
What's Changed?
- Adds
index.mjsto the list of filenames recognized by the module loader. - Adds
print()as an alias forSSj.log(). - Adds support for passing command-line arguments to a game's
main(). - Adds support for
Promise#finally()from ES2018. - Adds support for SPK packages with a packaged
#/directory. - Adds an error message when attempting to run a game targeting a higher API level than the engine supports.
- Cell will now package the entire
#/directory when making an SPK package. - Removes experimental
Color.PurwaBlueandColor.RebeccaPurplecolors. - Fixes an issue where using an
asyncfunction as the main entry point (export defaultfrom main module) will cause the game to crash on startup with a TypeError.