Dark Plasma Alt Window Frame Patch - DarkPlasma_AltWindowFramePatch.js
シェア用テキスト:
▼Dark Plasma Alt Window Frame Patch(DarkPlasma様作) - DarkPlasma_AltWindowFramePatch.js
https://plugin.fungamemake.com/archives/27047
AltWindowFrameのパッチ
ふりがな:うぃんどうふれーむぱっち
機能概要: AltWindowFrameのパッチ
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_AltWindowFramePatch.js
プラグインのヘルプ:
/*: * @plugindesc AltWindowFrameのパッチプラグイン * @author DarkPlasma * @license MIT * * @param Default Windowskin * @desc 基本ウィンドウスキン * @text 基本ウィンドウスキン * @type select * @option Window * @value 0 * @option Window_Talk * @value 1 * @option Window_Battle * @value 2 * @option Window_Status * @value 3 * @option Window_Other * @value 4 * @default 0 * * @param Custom Windowskins By Window * @desc ウィンドウごとのスキン設定 * @text ウィンドウごとのスキン * @type struct<CustomWindowskin>[] * @default [] * * @param Custom Windowskins By Scene * @desc シーンごとのスキン設定 * @text シーンごとのスキン * @type struct<CustomWindowskin>[] * @default [] * * @help * MADO付属のAltWindowFrame.jsのパッチプラグインです。 * 必ず、AltWindowFrame.jsよりも下に読み込んでください。 * * プラグインで作られた独自ウィンドウにデザインが適用されない不具合を修正します。 */ /*~struct~CustomWindowskin: * * @param Class Name * @desc ウィンドウまたはシーンのクラス名(例: Window_TitleCommand, Scene_Shop) * @text クラス名 * @type string * @default * * @param Windowskin * @desc ウィンドウスキン * @text ウィンドウスキン * @type select * @option Window * @value 0 * @option Window_Talk * @value 1 * @option Window_Battle * @value 2 * @option Window_Status * @value 3 * @option Window_Other * @value 4 * @default 0 */