danoniplus 24.6.15 → 24.6.16

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 24.6.15`;
12
- const g_revisedDate = `2023/02/26`;
11
+ const g_version = `Ver 24.6.16`;
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/20 (v24.6.14)
8
+ * Revised : 2023/03/04 (v24.6.16)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2011,7 +2011,7 @@ const g_keyObj = {
2011
2011
  },
2012
2012
  scrollDir11_1: {
2013
2013
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
2014
- 'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
2014
+ 'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
2015
2015
  },
2016
2016
  scrollDir11_2: {
2017
2017
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
@@ -2036,7 +2036,7 @@ const g_keyObj = {
2036
2036
  },
2037
2037
  scrollDir11L_1: {
2038
2038
  '---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
2039
- 'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
2039
+ 'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
2040
2040
  },
2041
2041
  scrollDir11L_2: {
2042
2042
  '---': [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": "24.6.15",
3
+ "version": "24.6.16",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {