v1.0.0-beta.24
Pre-release
Pre-release
·
2267 commits
to master
since this release
- Fixed sound cutting problem when playing bmson files. In previous version, sometimes there’s a clicking sound at the end of a sliced keysound. As of writing, Google Chrome is not very accurate when it comes to playing and stopping sounds. I guess that it rounds to the next buffer loop before stopping. The fix is to manually stop the sound by setting fading its volume down to 0 at a precise time.
- Fixed graphics blending problem. Related issue: pixijs/pixi.js#2188
Others
- Updated code style to use eslint-config-bemuse, which is based on feross/standard code style, but is less strict.