danoniplus 28.0.0 → 28.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/danoni_main.js CHANGED
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 28.0.0`;
11
+ const g_version = `Ver 28.0.1`;
12
12
  const g_revisedDate = `2022/08/21`;
13
13
  const g_alphaVersion = ``;
14
14
 
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2022/08/21 (v28.0.0)
8
+ * Revised : 2022/08/21 (v28.0.1)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -765,7 +765,7 @@ const g_settings = {
765
765
 
766
766
  adjustments: [...Array(C_MAX_ADJUSTMENT * 20 + 1).keys()].map(i => (i - C_MAX_ADJUSTMENT * 10) / 10),
767
767
  adjustmentNum: C_MAX_ADJUSTMENT * 10,
768
- adjustmentTerms: (g_isFile ? [50, 10, 1] : [50, 10, 5]),
768
+ adjustmentTerms: [50, 10, 5],
769
769
 
770
770
  volumes: [0, 0.5, 1, 2, 5, 10, 25, 50, 75, 100],
771
771
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "28.0.0",
3
+ "version": "28.0.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {