danoniplus 29.4.2 → 29.4.3

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
@@ -4,12 +4,12 @@
4
4
  *
5
5
  * Source by tickle
6
6
  * Created : 2018/10/08
7
- * Revised : 2023/02/26
7
+ * Revised : 2023/03/04
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 29.4.2`;
12
- const g_revisedDate = `2023/02/26`;
11
+ const g_version = `Ver 29.4.3`;
12
+ const g_revisedDate = `2023/03/04`;
13
13
  const g_alphaVersion = ``;
14
14
 
15
15
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2023/01/28 (v29.4.1)
8
+ * Revised : 2023/03/04 (v29.4.3)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2339,7 +2339,7 @@ const g_keyObj = {
2339
2339
  },
2340
2340
  scrollDir11_1: {
2341
2341
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
2342
- 'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
2342
+ 'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
2343
2343
  },
2344
2344
  scrollDir11_2: {
2345
2345
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
@@ -2364,7 +2364,7 @@ const g_keyObj = {
2364
2364
  },
2365
2365
  scrollDir11L_1: {
2366
2366
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
2367
- 'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
2367
+ 'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
2368
2368
  },
2369
2369
  scrollDir11L_2: {
2370
2370
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "29.4.2",
3
+ "version": "29.4.3",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {