Monogatari v2.0.0.beta.13
Download Link: Monogatari-v2.0.0.beta.13.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
๐ New Features
- Placeholder actions can now receive arguments when generating an action dynamically:
'$ _myAction something something'monogatari.$ ('_myAction', (arg1, arg2) => {
return `${arg1} ${arg2}`;
});๐ Bug Fixes
- Music volume preference would not have any effect on the main menu ambient music
- Some actions that caused the game to proceed automatically to the next statement such as videos with the
closeproperty, would not proceed and required an extra click - Setting the volume to
0would in some cases cause an error when playing an audio asset using thefadeproperty - Side images sizing was not consistent and characters name would scroll along the text. The
text-boxcomponent has been restructured to prevent this. If you have a customtext-boximplementation, you might want to check the new structure and styling.
๐ฆ Misc
- Dependencies have been upgraded to their latest version
- The npm package has been updated to this latest version
- A license file is now being distributed in the engine directory
- Added maskable icon indicator on manifest file
- Updated electron script settings
- Added new permission request for persistent storage to prevent data from being deleted when a device is low on storage space
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