Posts

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.

📰 Release Change Log

🌟 New Features

'$ _myAction something something'
monogatari.$ ('_myAction', (arg1, arg2) => {
    return `${arg1} ${arg2}`;
});

🐛 Bug Fixes

📦 Misc

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