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.
Selectable Window - SelectableWindow.js
Plugin desc : Sets the background of the selection to the window.
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/491065758.html
File name : SelectableWindow.js
Help of plugin :
* @target MZ * @plugindesc Sets the background of the selection to the window. * @orderAfter FesCursor * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/491065758.html * @help Ver.3.0.0 * * @param windowSkin * @text Window Skin * @desc Specify a file name. * @default * @type file * @dir img/system * * @param windowOpacity * @text Window Opacity * @desc Specifies the opacity of the window. * -1 is system default. * @default -1 * @type number * @min -1 * * @param windowThrough * @text Window Through * @desc Makes behind window visible. * @default false * @type boolean * * @param gradientWidth * @text Gradient Width * @desc The width of the gradient used for decoration. * @default 16 * @type number * * @param cursorPad * @text Cursor Width Expansion * @desc Extends the visible range of the window's cursor. * @default 0 * @type number * @min -999999 * * @param offsetW1 * @text Item Width * @desc Item width correction value * @default -8 * @type number * @min -999999 * * @param offsetH1 * @text Item Height * @desc Item height correction value * @default -8 * @type number * @min -999999 * * @param offsetW2 * @text Window Width * @desc Window width correction value * @default 2 * @type number * @min -999999 * * @param offsetH2 * @text Window Height * @desc Window Height correction value * @default 2 * @type number * @min -999999 * * @param inclusionList * @text Inclusion List * @desc Sets the window that makes the choice background a window. * @type string[] * @default ["Window_SavefileList","Window_MenuCommand","Window_MenuStatus","Window_MenuActor","Window_ItemCategory","Window_EquipCommand","Window_ShopCommand","Window_ProfileTab"] * * @param decorationList * @text Decoration List * @desc Sets the window that decorates the choice background cursor. * @type string[] * @default ["Window_SavefileList"] *