- Add a reference for your blocks here
- Add "icon.png" image (300x200) in the root folder
- Add "- beta" to the GitHub project description if you are still iterating it.
- Turn on your automated build on https://travis-ci.org
- Use "pxt bump" to create a tagged release on GitHub
- On GitHub, create a new file named LICENSE. Select the MIT License template.
- Get your package reviewed and approved https://arcade.makecode.com/extensions/approval
- Read more at https://arcade.makecode.com/extensions
VERSION 7.6.19
ADDED
- added an if statement for setting walking animations
- added scene transition function to make level changes less jarring and out of place. Can be edited to have custom background.
- added array of backgrounds that can be cycled as levels change (artwork sucks)
- added a placeholder background for first level. FOR THE LOVE OF GOD IT NEEDS A NEW ONE
REMOVED
- removed splashScreen function as it was not needed anymore with new levelIntro function
OTHER
- added comments for most functions. Top speech bubble on functions.
- for PXT/arcade (The metadata above is needed for package search.)