danoniplus 44.1.0 → 44.1.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
@@ -4,12 +4,12 @@
4
4
  *
5
5
  * Source by tickle
6
6
  * Created : 2018/10/08
7
- * Revised : 2026/02/08
7
+ * Revised : 2026/02/15
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 44.1.0`;
12
- const g_revisedDate = `2026/02/08`;
11
+ const g_version = `Ver 44.1.1`;
12
+ const g_revisedDate = `2026/02/15`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2026/02/08 (v44.1.0)
8
+ * Revised : 2026/02/15 (v44.1.1)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2847,13 +2847,16 @@ const g_keyObj = {
2847
2847
  // ColorGroup - 2
2848
2848
  color9A_0_1: [0, 0, 3, 0, 2, 0, 0, 3, 0],
2849
2849
  color9B_0_1: [4, 3, 1, 0, 2, 0, 1, 3, 4],
2850
+ color12_0_1: [3, 3, 3, 3, 2, 1, 0, 1, 0, 1, 0, 1],
2850
2851
  color13_0_1: [4, 4, 3, 4, 0, 0, 3, 0, 2, 0, 0, 3, 0],
2852
+ color14_0_1: [4, 3, 3, 3, 3, 4, 2, 1, 0, 1, 0, 1, 0, 1],
2851
2853
  color17_0_1: [0, 1, 0, 1, 0, 1, 0, 1, 2, 3, 4, 3, 4, 3, 4, 3, 4],
2852
2854
 
2853
2855
  color9B_1_1: [0, 0, 1, 0, 2, 0, 0, 1, 0],
2854
2856
  color13_1_1: [0, 0, 3, 0, 2, 0, 0, 3, 0, 4, 4, 3, 4],
2855
2857
  color17_1_1: [1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
2856
2858
 
2859
+ color8_2_1: [2, 1, 0, 1, 0, 1, 0, 1],
2857
2860
  color9A_2_1: [4, 1, 3, 0, 2, 0, 3, 1, 4],
2858
2861
  color9B_2_1: [0, 0, 1, 0, 2, 0, 0, 1, 0],
2859
2862
 
@@ -3392,6 +3395,7 @@ const g_copyKeyPtn = {
3392
3395
  '8_3': `8_2`, // 12key下部はマッピングが異なるため、8_2を流用
3393
3396
  '8_4': `8_2`,
3394
3397
  '8_5': `8_2`,
3398
+
3395
3399
  '7_1': `7_0`,
3396
3400
  '7_2': `7i_0`,
3397
3401
  '7_3': `8_2`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "44.1.0",
3
+ "version": "44.1.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "scripts": {