当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Title Splash Screen - MOG_TitleSplashScreen.js
シェア用テキスト:
▼日本語版 MOG Title Splash Screen(Moghunter様作) - MOG_TitleSplashScreen.js
https://plugin-mz.fungamemake.com/archives/3534
タイトル画面表示の前に複数のロゴを表示
ふりがな:たいとるすぷらっしゅがめん
機能概要: タイトル画面表示の前に複数のロゴを表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/15069
ファイル名:MOG_TitleSplashScreen.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.0) タイトル画面表示の前に複数のロゴを表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TitleSplashScreen.js * * @param Number of Logos * @text ロゴ数 * @desc デフォルト:2 * @default 2 * @type number * * @param Slash Duration * @text ロゴの表示時間 * @desc デフォルト:60 * @default 60 * @type number * * @param Splash Fade Duration * @text フェード速度 * @desc デフォルト:2 * @default 2 * @type number * * @param Fit Screen Resolution * @text 起動時全画面表示の有効化 * @desc デフォルト:有効 * @default true * @type boolean * @on 有効 * @off 無効 * * @help * 翻訳: * https://fungamemake.com/ * * ============================================================================ * +++ MOG - Title Splash Screen (v1.0) +++ * By Moghunter * https://mogplugins.wordpress.com * ============================================================================ * タイトル画面表示の前に複数のロゴを表示します。 * * 下記のファイルが必要になります。 * * Splash_INDEX.png * * INDEXに表示順の番号を入れます。 * * Splash_0.png * Splash_1.png * Splash_2.png * ... * * 画像を下記フォルダに入れてください。 * * img/titles2/ * */