当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
Mano 入力済アクター行動表示 - Mano_SelectedActionView.js
シェア用テキスト:
▼Mano 入力済アクター行動表示(しぐれん様作) - Mano_SelectedActionView.js
https://plugin-mz.fungamemake.com/archives/6813
入力済みのアクターの行動を表示します。
ふりがな:にゅうりょくずみあくたーこうどうひょうじ
機能概要: 入力済みのアクターの行動を表示します。
利用規約(ライセンス): MITライセンス
作者:しぐれん
作者サイト:https://siguren400.booth.pm/
ダウンロードページ:https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/m…
ファイル名:Mano_SelectedActionView.js
プラグインのヘルプ:
/*: * @plugindesc 入力済みのアクターの行動を表示します。 * @author しぐれん(https://github.com/Sigureya/RPGmakerMV) * @url https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/master/Mano_SelectedActionView.js * * @target MZ * * @param rectX * @text ウィンドウ位置:X * @type number * @default 440 * * @param rectY * @text ウィンドウ位置:Y * @type number * @default 96 * * @param rectWidth * @text ウィンドウ:幅 * @type number * @default 360 * * @param rectHeight * @text ウィンドウ:高さ * @type number * @default 200 * * @param fontSize * @text ウィンドウ:フォントサイズ * @type number * @default 26 * * @param actorNameOffsetX * @type number * @default 0 * * @param actorNameWidth * @type number * @default 400 * * @param actorNameAlgin * @text アクター名の揃え位置 * @desc 名前を左右どちらに揃えるか設定します。 * @type select * @option 左揃え * @value left * @option 右揃え * @value right * @default left * * @param skillNameOffsetX * @type number * @default 140 * * @param skillNameWidth * @type number * @default 400 * * @param skillNameAlgin * @text スキル名の揃え位置 * @desc 名前を左右どちらに揃えるか設定します。 * @type select * @option 左揃え * @value left * @option 右揃え * @value right * @default right * * @help * 入力済みのアクターの行動を表示します。 * 表示位置は全てプラグインパラメータで設定できます。 * * MITラインセスとします。 * ご自由にお使いください。 **/