Monogatari v2.0.0.beta.11
March 30, 2020
Hyuchia
Download Link: Monogatari-v2.0.0.beta.11.zip
Remember this is a Beta release meant for testing and bugs are expected, everything is also prone to change a lot. If you’re using it to release a game, you should warn your players as chances are it will eventually break.
๐ Support Monogatari#
Monogatari is free, open source, and built in the open โ releases like this one are powered by the people who chip in to keep it going. If the engine helps you bring your stories to life, please consider sponsoring its development:
- โค๏ธ GitHub Sponsors
- ๐งก Patreon
- โ Ko-fi
๐ฐ Release Change Log#
๐ Bug Fixes#
- Show and hide character actions were causing the CSS Classes in the characters to get stacked and thus caused weird behaviours
willRunActionlistener was not getting triggered due to a typo- Fix HTML elements (Pandora components) getting their children duplicated
- Voice’s state was not getting cleared on some cases and caused lots of voices to be played when loading/saving a game
- Conditionals that returned a number in their
Conditionfunction were not running the correct branch as it always expected astringto be returned. This has been fixed and returning numbers now works as expected. - Prevent quick menu from getting hidden by other elements such as the NVL mode textbox
- Prevent adding empty classes to images
๐ฆ Misc#
- The npm package has been updated to this latest version
- Animate.css library has been updated to its latest version (v4.1.0) using their compatibility version to prevent having to use the
animate__prefix it recently introduced.
How To Upgrade#
If you were already using a previous release from v2.x.x, then upgrading is as simple as replacing the files in your engine directory with the new ones.
If you are planning to upgrade from a game made with the v1.4.1 release, we recommend you reading the Upgrade Guide