Introduction
This plugin provides the Information Window that adds a text via the global variable.
How to Use
This plugin command allows you to add a text.
MenuInformation add text
MenuInformation add Hello, World
MenuInformation add \image<picture_name> text
MenuInformation add \image<picture_name:degree> text
MenuInformation add \image<test_image:90> wow
This plugin command allows you to delete all texts.
MenuInformation clear
Change Log
2016.01.04 (v1.0.0) - First Release.
2016.02.27 (v1.0.1) - Fixed a few code (makeCommandList → addOriginalCommands)
2016.03.05 (v1.0.1b) - Fixed the class structure.
2017.01.23 (v1.0.2) - Converted sources to ES6.
2017.09.06 (v1.0.3) - Converted sources to ES5.
2019.07.05 (v1.0.4) :
- Added the image text code.
2020.02.13 (v1.0.5) :
- it is saved the menu information in the save file.
- Now it is possible to run this plugin even in the RMMV 1.5.2 or less.
Link
These files have to place in ./js/plugins folder.
To show the full source code of RS_MenuInformation.js in the developer tools,
You must also place a file named RS_MenuInformation.js in js/plugins folder (See Developer tools -> sources -> webpack://)
RS_MenuInformation.js - https://raw.githubusercontent.com/biud436/MV/master/RS_MenuInformation.js
RS_MenuInformation.js.map - https://github.com/biud436/MV/raw/master/Packages/bin/RS_MenuInformation.js.map