MOG Event Text - MOG_EventText.js
シェア用テキスト:
▼MOG Event Text(Moghunter様作) - MOG_EventText.js
https://plugin.fungamemake.com/archives/19247
マップイベントの上にテキストを表示
ふりがな:いべんとてきすと
機能概要: マップイベントの上にテキストを表示
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://twitter.com/moghunter1
解説ページ:https://fungamemake.com/archives/3138
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_EventText.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.2) イベントの上にテキストを表示します。 * @author Moghunter * * @param X axis * @desc X軸の位置設定 * @default 0 * * @param Y axis * @desc Y軸の位置設定 * @default 0 * * @param Font Size * @desc フォントサイズの設定 * @default 18 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Event Text (v1.2) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * チュートリアルを作成するのに役立つテキストをイベントの上に追加します。 * =========================================================================== * 以下の注釈でイベントの上にテキストを表示します。 * * event_text : TEXT * * 例 * * event_text : I'm The Boss * * =========================================================================== * 更新履歴 * =========================================================================== * (v1.2) - メモタグを変更して、コマンドの形式を標準化 * (v1.1) - 大きなテキストの表示の改善 * */