mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 18:52:55 +08:00
style: use 64 radius
This commit is contained in:
parent
ddee6400df
commit
3a240aaa5f
@ -19,7 +19,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
public new BindableFloat CornerRadius { get; set; } = new BindableFloat
|
||||
{
|
||||
MinValue = 0,
|
||||
MaxValue = 63,
|
||||
MaxValue = 64,
|
||||
Precision = 0.01f
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user