Skip to content

Commit

Permalink
プラグインパラメーターの誤字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
munokura committed May 7, 2023
1 parent 316a805 commit d87cdf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MNKR_HzTimingBarMZ.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* --------------------------------------------------
* MNKR_HzTimingBarMZ.js
* Ver.0.1.1
* Ver.0.1.2
* Copyright (c) 2022 Munokura
* This software is released under the MIT license.
* http://opensource.org/licenses/mit-license.php
Expand Down Expand Up @@ -95,31 +95,31 @@ MITライセンスの下で公開されています。
*
* @param required SE
* @type file
* @typr reauire 1
* @reauire 1
* @dir audio/se/
* @text 必須エリアヒット時SE
* @desc 必須エリアヒット時のSE
* @default Decision2
*
* @param hit SE
* @type file
* @typr reauire 1
* @reauire 1
* @dir audio/se/
* @text ヒットエリアヒット時SE
* @desc ヒットエリアヒット時のSE
* @default Attack2
*
* @param critical SE
* @type file
* @typr reauire 1
* @reauire 1
* @dir audio/se/
* @text クリティカルエリアヒット時SE
* @desc クリティカルエリアヒット時のSE
* @default Attack3
*
* @param miss SE
* @type file
* @typr reauire 1
* @reauire 1
* @dir audio/se/
* @text 入力時(失敗)SE
* @desc 入力時(失敗)のSE
Expand Down

0 comments on commit d87cdf9

Please sign in to comment.