メニューコマンドカーソル移動追加 - CursorCommand.js
シェア用テキスト:
▼メニューコマンドカーソル移動追加(ポテトードラゴン様作) - CursorCommand.js
https://plugin-mz.fungamemake.com/archives/3764
メニューコマンドに ←→ または、QWキーで同様の処理を追加します。
ふりがな:めにゅーこまんどかーそるいどうついか
機能概要: メニューコマンドに ←→ または、QWキーで同様の処理を追加します。
利用規約(ライセンス): MITライセンス
作者:ポテトードラゴン
作者サイト:https://x.com/pota_gon
解説ページ:https://github.com/pota-gon/RPGMakerMZ/wiki
ファイル名:CursorCommand.js
プラグインのヘルプ:
*: @plugindesc メニューコマンドカーソル移動追加 Ver1.4.2(2021/7/23) @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/main/plugins/Menu/CursorCommand.js @base Potadra @orderAfter Potadra @target MZ @author ポテトードラゴン ・アップデート情報 - 著者情報を更新 Copyright (c) 2021 ポテトードラゴン Released under the MIT License. https://opensource.org/licenses/mit-license.php @help ## 概要 メニューコマンドに ←→ または、QWキーで同様の処理を追加します。 ## 使い方 初期設定は必要ありません。 プラグイン導入だけで動作します。 @param MenuOk @type boolean @text メニュー←キー決定 @desc メニューで←キーで決定と同じ動作にする ※ 左メニュー(LeftMenu.js)導入時は→キー @default false @param MenuStatusCancel @type boolean @text メニューステータス→キーキャンセル @desc メニューステータスで→キーでキャンセルと同じ動作にする ※ 左メニュー(LeftMenu.js)導入時は←キー @default true @param ItemCategoryQW @type boolean @text アイテムカテゴリQW操作 @desc アイテムカテゴリでQRでも←→キーと同じ動作にする @default true @param SkillTypeCursor @type boolean @text スキルタイプ←→操作 @desc スキルタイプで←→でもQRキーと同じ動作にする @default true @param StatusTypeCursor @type boolean @text ステータス←→操作 @desc ステータスで←→でもQRキーと同じ動作にする @default true */
