发包版本

This commit is contained in:
SoulliesOfficial
2026-07-26 09:32:51 -04:00
parent a00046128d
commit 923fc5359f
124 changed files with 1252 additions and 387 deletions

View File

@@ -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

View File

@@ -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