mirror of
https://github.com/ppy/osu
synced 2025-01-28 16:53:02 +00:00
Use perfect osu!(stable) strong scale value
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
4ce69890d4
commit
117d81d84f
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Taiko.Objects
|
||||
/// <summary>
|
||||
/// Scale multiplier for a strong drawable taiko hit object.
|
||||
/// </summary>
|
||||
public const float STRONG_SCALE = 1.525f;
|
||||
public const float STRONG_SCALE = 1 / 0.65f;
|
||||
|
||||
/// <summary>
|
||||
/// Default size of a strong drawable taiko hit object.
|
||||
|
Loading…
Reference in New Issue
Block a user