Set Oni timings (25 75 108) by default, if you want to play with og TJAP3 timings (30 100 130) or futsuu timings (42, 108, 125) please change the settings directly on the config.ini file
This commit is contained in:
parent
2f59fd8fe9
commit
654772f193
@ -1360,10 +1360,10 @@ namespace TJAPlayer3
|
||||
this.bAuto先生の連打 = true;
|
||||
#endregion
|
||||
this.nヒット範囲ms = new STRANGE();
|
||||
this.nヒット範囲ms.Perfect = 30;
|
||||
this.nヒット範囲ms.Perfect = 25;
|
||||
this.nヒット範囲ms.Great = -1; //使用しません。
|
||||
this.nヒット範囲ms.Good = 100;
|
||||
this.nヒット範囲ms.Poor = 130;
|
||||
this.nヒット範囲ms.Good = 75;
|
||||
this.nヒット範囲ms.Poor = 108;
|
||||
this.ConfigIniファイル名 = "";
|
||||
this.dicJoystick = new Dictionary<int, string>( 10 );
|
||||
this.tデフォルトのキーアサインに設定する();
|
||||
|
Loading…
x
Reference in New Issue
Block a user