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.
Priority Fix - PriorityFix.js
Plugin desc : Modify display priority.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/501856942.html
File name : PriorityFix.js
Help of plugin :
* @target MZ * @plugindesc Modify display priority. * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/501856942.html * @help Ver.1.2.0 * * @param shiftY * @text Shift Y * @desc Fine-tune the character's Y coordinate. * Disable with 0. * @type number * @default 0 * @min -999999 * * @param useOffsetHeight * @text Use Offset Height * @desc this.setOffsetHeight(number of pixels) corrects the display priority based on height. * @type boolean * @default true * * @param applyToCoordinates * @text Apply to Coordinates * @desc Reflects height to Y coordinate. * @type boolean * @default true * * @param applyToBushDepth * @text Apply to Bush Depth * @desc Reflect height to bush depth. * @type boolean * @default true * * @command setOffsetHeight * @text Set Offset Height * @desc Corrects the display priority based on height. * @arg characterId * @text キャラクターID * @default -1 * @arg height * @text Height * @default 0 *