2.0.0 Service Api
This release provides a new service to register plugins, input flows and canvas effects.
Check it out in the wiki.
- New service to register plugins, canvas effects and input flows.
- Api to access the screen shake, audio player and the combo.
- Events on input, pane change, add cursor, and combo streak.
- Combo now supports multi levels (with multipliers), by default at 20, 50, 100, 200 and 500.
- Combo shows the counter change.
- Combo supports decrease and reset.
- Particles manager util class to create a particle based effect.
- Improve package activation performance with
requestIdleCallback
. - Non-blocking input by calling
requestIdleCallback
. - Commands to choose effect and flow from a list.
- Flow from a user's file, for now
user-flow.coffee
(or .js) in your home dir. - Render only 1 each 3 frames.
- Avoid calling configs each input or frame.
- Fix issue when minimap is on the left. (#267)