it's not the length that matters
- shorten play cone in attempt to achieve more accurate scrolling
This commit is contained in:
@@ -10,7 +10,7 @@ namespace WacK.Configuration
|
||||
/// Scroll speed multiplier.
|
||||
/// </summary>
|
||||
public static Config<float> playSpeedMultiplier =
|
||||
new("PlaySettings", "playSpeedMultiplier", 2f);
|
||||
new("PlaySettings", "playSpeedMultiplier", 4f);
|
||||
|
||||
/// <summary>
|
||||
/// How much to shift song audio by in seconds.
|
||||
|
||||
Reference in New Issue
Block a user