当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
GABA イベント表示名 - GABA_EventDisplayName.js
シェア用テキスト:
▼GABA イベント表示名(ガバチョ(溟犬一六)様作) - GABA_EventDisplayName.js
https://plugin-mz.fungamemake.com/archives/1363
イベントの上方に任意のテキストを表示します。
ふりがな:いべんとひょうじめい
機能概要: イベントの上方に任意のテキストを表示します。
利用規約(ライセンス): MITライセンス
作者:ガバチョ(溟犬一六)
作者サイト:https://star-write-dream.com/
解説ページ:https://star-write-dream.com/#/MZ-EventDisplayName
ファイル名:GABA_EventDisplayName.js
プラグインのヘルプ:
/*:ja
* @target MZ
* @plugindesc イベントの上部にテキストを表示します。
* @author ガバチョ(溟犬一六)
* @url https://star-write-dream.com/
*
* @help GABA_EventDisplayName.js(ver1.0.0)
*
* イベントの上方に任意のテキストを表示します。
* イベントのメモ欄に<dn:なまえ>と入力してください。
*
* イベントの画像が(なし)だと表示されません。
* 移動イベントなど画像不要で名前を表示したい場合は、
* 透明の画像を選択してください。
*
* プラグインコマンドはありません。
*
* --------------------------
* Copyright (c) 2020 Gabacho(Ichiro Meiken)
* Released under the MIT license
* https://opensource.org/licenses/mit-license.php
* --------------------------
*
* @param nameFontSize
* @text フォントサイズ
* @type number
* @desc フォントサイズを指定します。(初期値:16)
* @default 16
*
* @param nameFontColor
* @text フォントカラー
* @type number
* @desc フォントカラーを指定します。(初期値:0)メッセージのフォントカラーの指定方法と同じです。
* @default 0
*
* @param nameOutlineColor
* @text アウトラインカラー
* @type number
* @desc アウトラインカラーを指定します。(初期値:19)メッセージのフォントカラーの指定方法と同じです。
* @default 19
*
* @param nameDisplayWidth
* @text 表示幅
* @type number
* @desc 表示幅を指定します。(初期値:80)収まらない場合はフォントが小さくなります。
* @default 80
*
* @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”:”0”,”green”:”0”,”blue”:”255”, ”opacity”:”0.8”}
*
* @param gradationColor
* @parent par
* @text グラデーションカラー
* @type struct<Color>
* @desc 背景のグラデーション用の色
* @default {”red”:”255”,”green”:”255”,”blue”:”255”, ”opacity”:”0.8”}
*
* @param verticalMode
* @parent par
* @text 縦方向にグラデーションする
* @type boolean
* @desc ON:縦にグラデーションします。 OFF:横にグラデーションします。
* @on ON
* @off OFF
* @default true
*
*
*/