MZ用プラグイン

戦闘中顔グラフィック表示 - BattleActorFaceVisibility.js

シェア用テキスト:
▼戦闘中顔グラフィック表示(トリアコンタン様作) - BattleActorFaceVisibility.js
https://plugin-mz.fungamemake.com/archives/5397
戦闘中、コマンド入力中のアクターの顔グラフィックを表示するウィンドウを追加表示します。

ふりがな:せんとうちゅうかおぐらふぃっくひょうじ

機能概要: 戦闘中、コマンド入力中のアクターの顔グラフィックを表示するウィンドウを追加表示します。

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

作者:トリアコンタン

作者サイト:https://triacontane.blogspot.com/

ダウンロードページ:https://raw.githubusercontent.com/triacontane/RPGMakerM…

ファイル名:BattleActorFaceVisibility.js

プラグインのヘルプ:

/*:
 * @plugindesc 戦闘中顔グラフィック表示プラグイン
 * @target MZ
 * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleActorFaceVisibility.js
 * @base PluginCommonBase
 * @orderAfter PluginCommonBase
 * @author トリアコンタン
 *
 * @param nameVisible
 * @text 名前表示
 * @desc フェイスウィンドウと一緒にアクター名も表示します。
 * @default true
 * @type boolean
 *
 * @param position
 * @text 表示位置
 * @desc フェイスウィンドウの表示位置です。
 * @default left
 * @type select
 * @option 左
 * @value left
 * @option 右
 * @value right
 *
 * @param offsetX
 * @text X座標補正
 * @desc フェイスウィンドウのX座標補正です。
 * @default 0
 * @type number
 * @min -9999
 * @max 9999
 *
 * @param offsetY
 * @text Y座標補正
 * @desc フェイスウィンドウのY座標補正です。
 * @default 0
 * @type number
 * @min -9999
 * @max 9999
 *
 * @help BattleActorFaceVisibility.js
 *
 * 戦闘中、コマンド入力中のアクターの顔グラフィックを表示する
 * ウィンドウを追加表示します。
 * 
 * このプラグインの利用にはベースプラグイン『PluginCommonBase.js』が必要です。
 * 『PluginCommonBase.js』は、RPGツクールMZのインストールフォルダ配下の
 * 以下のフォルダに格納されています。
 * dlc/BasicResources/plugins/official
 *
 * 利用規約:
 *  作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
 *  についても制限はありません。
 *  このプラグインはもうあなたのものです。
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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