Monogatari v2.6.0
Download Link: monogatari-v2.6.0.zip
📰 Release Change Log
🌟 New Features
- The engine now uses the Web Audio API to reproduce media replacing the old HTML5 Audio Element approach. This means better looping and a whole bunch of Audio Effects you can now use.
- Dynamically adding a class to the text box element is now possible via a new property in the Dialog Action
🐛 Bug Fixes
- Issue #158 The distraction free mode would incorrectly reset the
text-box
element to ablock
display instead ofgrid
📦 Misc
- The npm package has been updated to this latest version
How To Upgrade
If you're on the v2.x.x version
If you were already using a previous release from v2.x.x
, then upgrading is pretty simple, replace the files in your engine
directory with the new ones,
If you're on v1.4.1 (stable) or below:
If you are planning to upgrade from a game made with the v1.4.1
release, we recommend you reading the Upgrade Guide