当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Event Text - MOG_EventText.js
シェア用テキスト:
▼日本語版 MOG Event Text(Moghunter様作) - MOG_EventText.js
https://plugin-mz.fungamemake.com/archives/3517
マップイベントの上にテキストを表示
ふりがな:いべんとてきすと
機能概要: マップイベントの上にテキストを表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/14997
ファイル名:MOG_EventText.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.0) イベントの上にテキストを表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_EventText.js * * @param X axis * @text X軸の位置 * @desc 正:右 / 負:左 * @default 0 * * @param Y axis * @text Y軸の位置 * @desc 正:下 / 負:上 * @default 0 * * @param Font Size * @text フォントサイズ * @desc フォントサイズ * @default 18 * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG - Event Text (v1.0) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * チュートリアルを作成するのに役立つテキストをイベントの上に追加します。 * =========================================================================== * 以下の注釈でイベントの上にテキストを表示します。 * * event_text : TEXT * ※原文では「event text : TEXT」となっていますが、動作しません。 * * 例 * * event_text : I'm The Boss * */