MOG Menu Cursor - MOG_MenuCursor.js
シェア用テキスト:
▼MOG Menu Cursor(Moghunter様作) - MOG_MenuCursor.js
https://plugin.fungamemake.com/archives/19230
アニメーションカーソルをメニューに追加
ふりがな:めにゅーかーそる
機能概要: アニメーションカーソルをメニューに追加
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/2882
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_MenuCursor.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.6) アニメーションカーソルをメニューに追加します。 * @author Moghunter * * @param Slide Animation * @desc 横方向モーションアニメーションの有効設定 * @default true * @type boolean * @on 有効 * @off 無効 * * @param Cursor X-axis * @desc X軸位置設定 * @default 0 * * @param Cursor Y-axis * @desc Y軸位置設定 * @default 0 * * @param Frames Animation * @desc 画像フレームのアニメーションの有効設定 * @default false * @type boolean * @on 有効 * @off 無効 * * @param Max Frames * @desc アニメーションフレーム数 * @default 4 * * @param Animation Speed * @desc アニメーションの速度設定 * @default 7 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Menu Cursor (v1.6) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * アニメーションカーソルをメニューに追加します。 * Menu_Cursor.png ファイルが下記フォルダに保存されている必要があります。 * (img/system/) * * =========================================================================== * 更新履歴 * =========================================================================== * (v1.6) - コーディングの改善 * (v1.5) - アニメーションカーソルを有効にしなかった問題を修正 * (v1.4) - タイトルシーンのカーソルスピードの修正 * (v1.3) - コマンドがウィンドウサイズを超えた時、インデックス位置の更新を修正 * - プラグインの互換性を改善 * (v1.2) - マウスローリングシステムの改善 * (v1.1) - シーンフェード中にカーソルを隠さない修正 * - 初期カーソルアニメーションを改善 * */
