MZ用プラグイン

GABA 名前ラベル - GABA_NameLabel.js

シェア用テキスト:
▼GABA 名前ラベル(ガバチョ(溟犬一六)様作) - GABA_NameLabel.js
https://plugin-mz.fungamemake.com/archives/1364
メッセージウィンドウ内に名前ラベルを表示します。

ふりがな:なまえらべる

機能概要: メッセージウィンドウ内に名前ラベルを表示します。

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

作者:ガバチョ(溟犬一六)

作者サイト:https://star-write-dream.com/

解説ページ:https://star-write-dream.com/#/MZ-NameLabel

ファイル名:GABA_NameLabel.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc メッセージウィンドウ内に名前ラベルを表示します。
 * @author ガバチョ(溟犬一六)
 * @url https://star-write-dream.com/
 *
 * @help GABA_NameLabel.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 namePositionX
 * @text 左右調整
 * @type number
 * @desc 名前表示位置を調整する値をピクセル数で指定します。(初期値:4)プラスで右、マイナスで左。
 * @default 4
 * @min -800
 *
 * @param namePositionY
 * @text 上下調整
 * @type number
 * @desc 名前表示位置を調整する値をピクセル数で指定します。(初期値:116)プラスで下、マイナスで上。
 * @default 116
 * @min -800
 *
 * @param nameDisplayWidth
 * @text 名前の表示幅
 * @type number
 * @desc 名前の表示幅を指定します。(初期値:144)収まらない場合はフォントが小さくなります。
 * @default 144
 *
 * @param alignment
 * @text 文字寄せ
 * @type select
 * @desc 文字寄せ
 * @default 1
 * @option Left
 * @value 0
 * @option Center
 * @value 1
 * @option Right
 * @value 2
 *
 *
 * @param par
 * @text 背景の設定
 *
 * @param paddingX
 * @parent par
 * @text 背景の内側余白(左右)
 * @type number
 * @desc 背景の左右内側余白をピクセル数で指定します。(初期値:4)
 * @default 4
 *
 * @param paddingY
 * @parent par
 * @text 背景の内側余白(上下)
 * @type number
 * @desc 背景の上下内側余白をピクセル数で指定します。(初期値:4)
 * @default 4
 *
 * @param baseColor
 * @parent par
 * @text ベースカラー
 * @type struct<Color>
 * @desc 背景の色
 * @default {”red”:”240”,”green”:”248”,”blue”:”255”, ”opacity”:”0.8”}
 * 
 * @param gradationColor
 * @parent par
 * @text グラデーションカラー
 * @type struct<Color>
 * @desc 背景のグラデーション用の色
 * @default {”red”:”0”,”green”:”0”,”blue”:”0”, ”opacity”:”0.5”}
 *
 * @param verticalMode
 * @parent par
 * @text 縦方向にグラデーションする
 * @type boolean
 * @desc ON:縦にグラデーションします。 OFF:横にグラデーションします。
 * @on ON
 * @off OFF
 *
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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