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.
PANDA Battle Cancel Button Position - PANDA_BattleCancelButtonPosition.js
Plugin desc : hide or adjust the position of the cancel (back) button in battle.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20231118000049.html
File name : PANDA_BattleCancelButtonPosition.js
Help of plugin :
* @target MZ * @plugindesc hide or adjust the position of the cancel (back) button in battle. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20231118000049.html * * @help Hide the cancel (back) button on the battle screen, * or adjust the button position * * Select the display type for the cancel button using the plugin parameters: * "Hide Button", "Above Command", or "Specify Position". * Hide Button : Hide the cancel button on the battle screen. * Above Command : Displays the button directly above the actor command. * Specify Position : Specify the X/Y position of the top left of the button. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param DisplayType * @text Display Type * @desc Select how the cancel (back) button is displayed. For "Specify Position", specify the X/Y position separately. * @default above * @type select * @option Hide Button * @value hidden * @option Above Command * @value above * @option Specify Position * @value specify * * @param Left * @text Button Left * @desc Specify the left X coordinate of the cancel (back) button in pixels. * @type number * @default 708 * * @param Top * @text Button Top * @desc Specify the top Y coordinate of the cancel (back) button in pixels. * @type number * @default 96 *