
MOG Menu Particles - MOG_MenuParticles.js
シェア用テキスト:
▼MOG Menu Particles(Moghunter様作) - MOG_MenuParticles.js
https://plugin.fungamemake.com/archives/19231
シーンメニューにパーティクルを追加
ふりがな:めにゅーぱーてぃくる
機能概要: シーンメニューにパーティクルを追加
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://twitter.com/moghunter1
解説ページ:https://fungamemake.com/archives/2902
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_MenuParticles.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.1) メニューにパーティクルを追加します。 * @author Moghunter * * @param Number of Particles * @desc パーティクル量の設定 * @default 15 * * @param Unique Particles * @type boolean * @on 有効 * @off 無効 * @desc シーン別パーティクルの有効設定 * @default false * * @param Disable Scenes * @desc 効果を無効にするシーンの設定。Scene_Menu, Scene_Item, Scene_Skill, Scene_Equip, Scene_Status, Scene_Options, Scene_Save, Scene_GameEnd * @default Scene_Menu,Scene_Item,Scene_Skill,Scene_Equip,Scene_Status,Scene_Options,Scene_Save,Scene_GameEnd * * @param X-Axis Speed * @desc X方向移動速度の設定 * @default 0 * * @param Y-Axis Speed * @desc 垂直方向移動速度の設定 * @default -1 * * @param Rotation Speed * @desc 回転速度の設定 * @default 1 * * @param Blend Mode * @desc ブレンドモード設定 * @default 1 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Menu Particles (v1.1) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * メニューにパーティクルを追加します。 * シーン別に異なるパーティクルを有効/無効にできます。 * =========================================================================== * デフォルトのパーティクル画像ファイルが必要です。 * Particles.png * * パーティクル画像ファイルを下記に保存して下さい。 * /img/menus/ * * =========================================================================== * シーン別パーティクルが有効の場合、 * 各パーティクル画像ファイル名は下記の法則に従って下さい。 * * Scene_Name + _par.png * * 例 * * Scene_Menu_par.png * Scene_Item_par.png * Scene_Skill_par.png * Scene_Equip_par.png * Scene_Status_par.png * Scene_Options_par.png * Scene_Save_par.png * Scene_GameEnd_par.png * * =========================================================================== * 更新履歴 * =========================================================================== * (v1.1) - シーン別パーティクル機能修正 * */
