当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
ジャンプの高さ、時間を操作します。 - CustomJump.js
シェア用テキスト:
▼ジャンプの高さ、時間を操作します。(あわやまたな (Awaya_Matana)様作) - CustomJump.js
https://plugin-mz.fungamemake.com/archives/8495
ジャンプの高さ、時間を操作します。
ふりがな:じゃんぷのたかさ、じかんをそうさします。
機能概要: ジャンプの高さ、時間を操作します。
利用規約(ライセンス): MITライセンス
作者:あわやまたな (Awaya_Matana)
解説ページ:https://awaya3ji.seesaa.net/article/507266111.html
ダウンロードページ:CustomJump.js
ファイル名:CustomJump.js
プラグインのヘルプ:
* @target MZ * @orderBefore ReplaceTargetCharacter * * [スクリプト(移動ルート)] * this.setJumpData(高さ); //高さを設定 * this.setJumpData(高さ, 時間); //高さと時間を設定 * this.setJumpData(null, 時間); //時間を設定 * this.clearJumpData(); //初期化 * * [更新履歴] * 2024/12/23:Ver.1.0.0 公開。 * * @command setJumpData * @text ジャンプの設定 * @desc * @arg characterId * @text キャラクターID * @desc キャラクターのIDを指定します。 * このイベント:0 プレイヤー:-1 * @default -1 * @arg height * @text 高さ * @desc 未入力で初期化。 * @arg duration * @text 時間 * @desc 未入力で初期化