mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:47:24 +08:00
Allow scaling down to 5% in popover scale dialog
Request from mapper IRL.
This commit is contained in:
parent
0811de728e
commit
57227b5aab
@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
{
|
{
|
||||||
Current = scaleInputBindable = new BindableNumber<float>
|
Current = scaleInputBindable = new BindableNumber<float>
|
||||||
{
|
{
|
||||||
MinValue = 0.5f,
|
MinValue = 0.05f,
|
||||||
MaxValue = 2,
|
MaxValue = 2,
|
||||||
Precision = 0.001f,
|
Precision = 0.001f,
|
||||||
Value = 1,
|
Value = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user