「コマンド選択背景をカスタマイズできる」プラグインです。
こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事は、現状ございません。
下記ページで最新版が配布されています。
mogplugins.wordpress.com/rpg-maker-mz/
どなたかのお役に立てば幸いです。
/*:ja
* @target MZ
* @plugindesc (v1.0) コマンド選択背景をカスタマイズできます。
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_MenuCursorBackground.js
*
* @param File Name
* @text ファイル名
* @desc ファイル名の指定
* @type file
* @dir img/menus/
* @default CursorBackground
*
* @param Scroll X
* @text X軸スクロール
* @desc アニメーションのX軸指定
* @default 0.5
*
* @param Scroll Y
* @text Y軸スクロール
* @desc アニメーションのY軸指定
* @default 0.5
*
* @param Blink Effect
* @text 点滅エフェクト
* @desc 点滅エフェクト
* @type boolean
* @default false
* @on 有効
* @off 無効
*
* @help
* 翻訳:
* fungamemake.com/
*
* ===========================================================================
* ♦♦♦ MOG - MenuCursorBackground ♦♦♦
* Author - Moghunter
* Version - 1.0
* Updated - 2021/03/20
* mogplugins.wordpress.com
* ===========================================================================
* コマンド選択背景をカスタマイズできます。
* 画像「CursorBackground.png」を下記フォルダーに保存してください。
* /img/menus/
*
*/
コメントを投稿するにはログインしてください。