mirror of
https://github.com/osukey/osukey.git
synced 2025-06-26 13:47:58 +09:00
Change CornerRadius Max Value
This commit is contained in:
parent
c1077d909c
commit
ecf71df8a2
@ -15,10 +15,10 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
public class SkinnableAvatar : CompositeDrawable, ISkinnableDrawable
|
public class SkinnableAvatar : CompositeDrawable, ISkinnableDrawable
|
||||||
{
|
{
|
||||||
[SettingSource("Corner radius", "How much the edges should be rounded.")]
|
[SettingSource("Corner radius", "How much the edges should be rounded.")]
|
||||||
public new BindableFloat CornerRadius { get; set; } = new BindableFloat(0)
|
public new BindableFloat CornerRadius { get; set; } = new BindableFloat
|
||||||
{
|
{
|
||||||
MinValue = 0,
|
MinValue = 0,
|
||||||
MaxValue = 100,
|
MaxValue = 63,
|
||||||
Precision = 0.01f
|
Precision = 0.01f
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user