当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
GABA 名前ウィンドウ調整 - GABA_NameWindowAdjustment.js
シェア用テキスト:
▼GABA 名前ウィンドウ調整(ガバチョ(溟犬一六)様作) - GABA_NameWindowAdjustment.js
https://plugin-mz.fungamemake.com/archives/1365
名前ウィンドウを調整します。
ふりがな:なまえうぃんどうちょうせい
機能概要: 名前ウィンドウを調整します。
利用規約(ライセンス): MITライセンス
作者:ガバチョ(溟犬一六)
作者サイト:https://star-write-dream.com/
解説ページ:https://star-write-dream.com/#/MZ-NameWindowAdjustment
ファイル名:GABA_NameWindowAdjustment.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc 名前ウィンドウを調整します。 * @author ガバチョ(溟犬一六) * @url https://star-write-dream.com/ * * @help GABA_NameWindowAdjustment.js(ver1.0.0) * * 名前ウィンドウを調整します。 * * プラグインコマンドはありません。 * * * -------------------------- * Copyright (c) 2020 Gabacho(Ichiro Meiken) * Released under the MIT license * https://opensource.org/licenses/mit-license.php * -------------------------- * * @param nameFontSize * @text 名前のフォントサイズ * @type number * @desc 名前のフォントサイズを指定します。(初期値:26) * @default 26 * * @param nameFontColor * @text 名前のフォントカラー * @type number * @desc 名前のフォントカラーを指定します。(初期値:0)メッセージのフォントカラーの指定方法と同じです。 * @default 0 * * @param nameOutlineColor * @text 名前のアウトラインカラー * @type number * @desc 名前のアウトラインカラーを指定します。(初期値:15)メッセージのフォントカラーの指定方法と同じです。 * @default 15 * * @param heightAdjustment * @text ウィンドウの高さ調整 * @type number * @desc 名前ウィンドウの高さを調整する値をピクセル数で指定します。プラスで広く、マイナスでせまくします。 * @default 0 * @min -400 * * @param namePositionY * @text 名前の上下位置 * @type number * @desc ウィンドウ内の名前位置を調整する値をピクセル数で指定します。プラスで下、マイナスで上。 * @default 0 * @min -800 * * @param padding * @text 内側余白 * @type number * @desc ウィンドウの内側余白をピクセル数で指定します。(初期値:12) * @default 12 * */