发包版本
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Ichni.RhythmGame
|
||||
// 1.0 = 纯线性(效果太弱)
|
||||
// 0.5 = 接近对数(效果太强)
|
||||
// 0.65 = 推荐起点,可根据实际测试微调(向 1.0 调弱,向 0.5 调强)
|
||||
private const float PowerExponent = 0.25f;
|
||||
private const float PowerExponent = 0.35f;
|
||||
#endregion
|
||||
|
||||
#region [初始化] Initialization
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Ichni.RhythmGame
|
||||
// 1.0 = 纯线性(效果太弱)
|
||||
// 0.5 = 接近对数(效果太强)
|
||||
// 0.65 = 推荐起点,可根据实际测试微调(向 1.0 调弱,向 0.5 调强)
|
||||
private const float PowerExponent = 0.25f;
|
||||
private const float PowerExponent = 0.35f;
|
||||
#endregion
|
||||
|
||||
#region [初始化] Initialization
|
||||
|
||||
Reference in New Issue
Block a user