Skip to content

Commit

Permalink
[ver28.6.7] 11, 11Lkeyの別キーモードでFlatにしたときの設定誤りを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Mar 4, 2023
1 parent f7a8725 commit fd4883f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions js/danoni_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
*
* Source by tickle
* Created : 2018/10/08
* Revised : 2023/02/26
* Revised : 2023/03/04
*
* https://github.com/cwtickle/danoniplus
*/
const g_version = `Ver 28.6.6`;
const g_revisedDate = `2023/02/26`;
const g_version = `Ver 28.6.7`;
const g_revisedDate = `2023/03/04`;
const g_alphaVersion = ``;

// カスタム用バージョン (danoni_custom.js 等で指定可)
Expand Down
6 changes: 3 additions & 3 deletions js/lib/danoni_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Source by tickle
* Created : 2019/11/19
* Revised : 2023/01/20 (v28.6.5)
* Revised : 2023/03/04 (v28.6.7)
*
* https://github.com/cwtickle/danoniplus
*/
Expand Down Expand Up @@ -2337,7 +2337,7 @@ const g_keyObj = {
},
scrollDir11_1: {
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
},
scrollDir11_2: {
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
Expand All @@ -2362,7 +2362,7 @@ const g_keyObj = {
},
scrollDir11L_1: {
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
'Flat': [-1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1],
'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
},
scrollDir11L_2: {
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danoniplus",
"version": "28.6.6",
"version": "28.6.7",
"description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fd4883f

Please sign in to comment.