特定キーを押している間は向き変更のみ可能に - ChangeDirOnly.js
シェア用テキスト:
▼特定キーを押している間は向き変更のみ可能に(天神いな様作) - ChangeDirOnly.js
https://plugin.fungamemake.com/archives/27528
特定キーを押しながら移動しようとすると向き変更だけになる
ふりがな:とくていきーをおしているあいだはむきへんこうのみかのうに
機能概要: 特定キーを押しながら移動しようとすると向き変更だけになる
利用規約(ライセンス): MITライセンス
作者:天神いな
作者サイト:https://amagamina.jp/
解説ページ:https://amagamina.jp/change-dir-only/
ダウンロードページ:https://raw.githubusercontent.com/ina-amagami/rpgmakerm…
ファイル名:ChangeDirOnly.js
プラグインのヘルプ:
//============================================================================= // ChangeDirOnly.js // // Copyright (c) 2019 ina-amagami (ina@amagamina.jp) // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // // GitHub : https://github.com/ina-amagami // Blog : https://amagamina.jp // Twitter : https://twitter.com/ina_amagami //============================================================================= /*:ja * @plugindesc 特定キーを押しながら移動しようとすると向き変更だけになる * @author 天神いな * * @param KeyCode * @desc キーコード(デフォルトはCキー) * @default 67 * * @help キーコード一覧 * http://faq.creasus.net/04/0131/CharCode.html * */
