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.
Picture Priority Customize - PicturePriorityCustomize.js
Plugin desc : PicturePriorityCustomizePlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PicturePriorityCustomize.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/PicturePriorityCustomize.js
File name : PicturePriorityCustomize.js
Help of plugin :
* @plugindesc PicturePriorityCustomizePlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PicturePriorityCustomize.js * @author triacontane * * @param UpperPictureId * @desc Pictures above the specified number will be displayed above the window. * @default 101 * @type number * * @param LowerPictureId * @desc Pictures below the specified number will be displayed below the character and the butler. * @default 0 * @type number * * @param LowerPictureZ * @desc The Z coordinate of the lower picture. You can adjust the display priority more finely by changing it. * @default 1 * @type select * @option Lower Tile * @value 0 * @option Lower Character * @value 1 * @option Same Character * @value 3 * @option Upper Tile * @value 4 * @option Upper Character * @value 5 * @option Shadow * @value 6 * @option Balloon * @value 7 * @option Destination * @value 9 * * @param LowerPictureBattleZ * @desc Z coordinate of the lower picture of the battle screen. * @default 0 * @type select * @option enemy * @value 0 * @option animation * @value 1 * * @help You can divide the picture into upper, middle and lower layers. * Upper: above the window * Mid: default priority * Lower: below the character * * This plugin is released under the MIT License.