Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Menu Status Pictures - MenuStatusPictures.js
Plugin desc : Shows back and fore images on a menu status window.
License : MIT License
Author : nz_prism
Desc page : https://github.com/nz-prism/RPG-Maker-MZ/blob/master/MenuStatusPictures/js/plugins/MenuStatusPictures.js
Download Page : https://raw.githubusercontent.com/nz-prism/RPG-Maker-MZ/master/MenuStatusPictures/js/plugins/MenuStatusPictures.js
File name : MenuStatusPictures.js
Help of plugin :
* @target MZ * @plugindesc Shows back and fore images on a menu status window. * @author nz_prism * @url https://github.com/nz-prism/RPG-Maker-MZ/blob/master/MenuStatusPictures/js/plugins/MenuStatusPictures.js * * @help MenuStatusPictures.js * ver 1.0.2 * * [History] * 05/15/2021 1.0.0 Released * 06/22/2021 1.0.1 Sub-folder compatibility for RMMZ 1.3.0 or later * 07/06/2021 1.0.2 Supported sub-folder improvement of RMMZ 1.3.2 * * This plugin enables to show back and fore images on a menu status window. * You can specify XY coordinates for the pictures. * * * This plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * * @param backImage * @text Back Image * @desc A back image shown on a menu status window for each actor. * @type struct<imageInfo> * * @param frontImage * @text Front Image * @desc A fore image shown on a menu status window for each actor. * @type struct<imageInfo> *