mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:43:04 +08:00
change min/max values
This commit is contained in:
parent
76035718bb
commit
477de1bab0
@ -37,8 +37,8 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
Current = new BindableFloat(Beatmap.Value.BeatmapInfo.BaseDifficulty.CircleSize)
|
||||
{
|
||||
Default = BeatmapDifficulty.DEFAULT_DIFFICULTY,
|
||||
MinValue = 2,
|
||||
MaxValue = 7,
|
||||
MinValue = 0,
|
||||
MaxValue = 10,
|
||||
Precision = 0.1f,
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user