MZ用プラグイン

戦闘シーンの背景をマスクし、ウィンドウっぽく表示できます。 - MNKR_BattleBackgroundMask.js

シェア用テキスト:
▼戦闘シーンの背景をマスクし、ウィンドウっぽく表示できます。(munokura様作) - MNKR_BattleBackgroundMask.js
https://plugin-mz.fungamemake.com/archives/8257
戦闘シーンの背景をマスクし、ウィンドウっぽく表示できます。

ふりがな:せんとうしーんのはいけいをますくし、うぃんどうっぽくひょうじできます。

機能概要: 戦闘シーンの背景をマスクし、ウィンドウっぽく表示できます。

利用規約(ライセンス): MITライセンス

作者:munokura

作者サイト:https://github.com/munokura/MNKR-MZ-plugins/blob/master/MNKR_BattleBackgroundMask.js

解説ページ:https://raw.githubusercontent.com/munokura/MNKR-MZ-plug…

ダウンロードページ:https://raw.githubusercontent.com/munokura/MNKR-MZ-plug…

ファイル名:MNKR_BattleBackgroundMask.js

プラグインのヘルプ:

@help
 * # 機能
 * 戦闘シーンの背景をマスクし、敵グループの領域のみに表示します。
 * その外側には現在のマップ画面のスナップショットが表示されます。
 * 
 * マスクの範囲・位置等はプラグインパラメータで設定してください。
 *
 * # 注意
 * - 戦闘テスト時、マップシーン以外からの戦闘開始時は、
 * スナップショットがないため、枠外は黒になります。
 *
 * # 利用規約
 * MITライセンスです。
 * https://licenses.opensource.jp/MIT/MIT.html
 * 作者に無断で改変、再配布が可能で、
 * 利用形態(商用、18禁利用等)についても制限はありません。
 *
 *
 * @param MaskSettings
 * @text マスク範囲・位置設定
 * @default
 *
 * @param maskWidth
 * @text マスクの幅
 * @parent MaskSettings
 * @type number
 * @min -1
 * @desc マスクの幅をピクセルで指定。(-1で画面幅の半分)
 * @default -1
 *
 * @param maskHeight
 * @text マスクの高さ
 * @parent MaskSettings
 * @type number
 * @min -1
 * @desc マスクの高さをピクセルで指定。(-1で画面高さの半分)
 * @default -1
 *
 * @param maskX
 * @text マスクのX座標
 * @parent MaskSettings
 * @type number
 * @min -1
 * @desc マスクのX座標(左端)をピクセルで指定。(-1で画面中央)
 * @default -1
 *
 * @param maskY
 * @text マスクのY座標
 * @parent MaskSettings
 * @type number
 * @min -1
 * @desc マスクのY座標(上端)をピクセルで指定。(-1で画面中央)
 * @default 48
 *
 * @param FrameSettings
 * @text 枠設定
 * @default
 *
 * @param frameColor
 * @text 枠の色
 * @parent FrameSettings
 * @type string
 * @desc 枠の色を16進数で指定 (例: #FFFFFF for white, #808080 for gray)
 * @default #D0E0FF
 *
 * @param frameWidth
 * @text 枠の太さ
 * @parent FrameSettings
 * @type number
 * @min 0
 * @desc 枠の太さをピクセルで指定。
 * @default 6
 *
 * @param cornerRadius
 * @text 枠の角の丸み
 * @parent FrameSettings
 * @type number
 * @min 0
 * @desc 枠の角の丸み半径をピクセルで指定。(枠と背景マスクに影響)
 * @default 8

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.