当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma ダッシュ速度 - DarkPlasma_DashSpeed.js
シェア用テキスト:
▼DarkPlasma ダッシュ速度(DarkPlasma様作) - DarkPlasma_DashSpeed.js
https://plugin-mz.fungamemake.com/archives/1332
ダッシュ速度を変更します。
ふりがな:だっしゅそくど
機能概要: ダッシュ速度を変更します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_DashSpeed.js
プラグインのヘルプ:
// DarkPlasma_DashSpeed 1.0.0 // Copyright (c) 2020 DarkPlasma // This software is released under the MIT license. // http://opensource.org/licenses/mit-license.php /** * 2020/10/02 1.0.0 公開 */ /*:ja * @plugindesc ダッシュ速度を変更する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/RPGtkoolMZ-Plugins * * @param defaultDashSpeed * @desc デフォルトのダッシュ速度。大きくするほど早くなります。 * @text デフォルトダッシュ速度 * @type number * @decimals 1 * @default 1 * * @command changeDashSpeed * @text ダッシュ速度変更 * @desc ダッシュ速度を変更します。 * @arg dashSpeed * @text ダッシュ速度 * @type number * * @help * ダッシュ速度を変更します。 */