MOG Monogatari - MOG_SceneEquip.js / MOG_SceneItem.js / MOG_SceneMenu.js / MOG_SceneSkill.js / MOG_SceneStatus.js

シェア用テキスト:
▼MOG Monogatari(Moghunter様作) - MOG_SceneEquip.js / MOG_SceneItem.js / MOG_SceneMenu.js / MOG_SceneSkill.js / MOG_SceneStatus.js
https://plugin.fungamemake.com/archives/19232
メニューをアニメーション化するパック

ふりがな:ものがたり

機能概要: メニューをアニメーション化するパック

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://twitter.com/moghunter1

解説ページ:https://fungamemake.com/archives/3279

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_SceneEquip.js / MOG_SceneItem.js / MOG_SceneMenu.js / MOG_SceneSkill.js / MOG_SceneStatus.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.0) セーブ/コンティニューするシーンを変更します。
 * @author Moghunter
 *
 * @param Font Size
 * @desc フォントサイズ設定
 * @default 22
 *
 * @param Text Color
 * @desc テキスト色設定
 * @default 21
 *
 * @param Word Playtime
 * @desc プレイタイムの表示タイトル設定
 * @default プレイタイム
 *
 * @param Word Location
 * @desc 場所の表示タイトル設定
 * @default 場所
 *
 * @param Display Gold
 * @desc 所持金の表示設定
 * @type boolean
 * @default true
 *
 * @param Actor X-Axis
 * @desc アクター画像のX軸設定
 * @default 100
 *
 * @param Actor Y-Axis
 * @desc アクター画像のY軸設定
 * @default 0
 *
 * @param Help X-Axis
 * @desc ヘルプウィンドウのX軸設定
 * @default 0
 *
 * @param Help Y-Axis
 * @desc ヘルプウィンドウのY軸設定
 * @default 30
 *
 * @param Parameter X-Axis
 * @desc 能力値のX軸設定
 * @default 0
 *
 * @param Parameter Y-Axis
 * @desc 能力値のY軸設定
 * @default 300
 *
 * @param Parameter Space
 * @desc 能力値の表示間隔設定
 * @default 28
 *
 * @param Parback X-Axis
 * @desc 能力値背景画像のX軸設定
 * @default 0
 *
 * @param Parback Y-Axis
 * @desc 能力値背景画像のY軸設定
 * @default 320
 *
 * @param Cursor X-Axis
 * @desc X軸カーソル設定
 * @default 342
 *
 * @param Cursor Y-Axis
 * @desc Y軸カーソル設定
 * @default 0
 *
 * @param Cursor File Space
 * @desc セーブデータの間隔設定
 * @default 159
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Scene File (v1.0) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * セーブ/コンティニューするシーンを変更します。
 *
 * ===========================================================================
 * 必要ファイル
 * ===========================================================================
 * システム画像を下記フォルダに保存してください。
 *
 * /img/menus/file/
 *
 * background.png
 * cursor.png
 * layout.png
 * parback.png
 *
 * ===========================================================================
 *
 * アクター画像は下記へ保存してください。
 *
 * /img/pictures/
 *
 * 下記のようにファイル名を付けます。
 *
 * Actor_ ID.png
 *
 * 例
 *
 * Actor_1.png
 * Actor_2.png
 * Actor_3.png
 * Actor_4.png
 * ..
 *
 *
 */

スポンサードリンク

スポンサードリンク

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