1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 12:27:26 +08:00

Allow scaling down to 5% in popover scale dialog

Request from mapper IRL.
This commit is contained in:
Dean Herbert 2024-11-03 14:19:57 +09:00
parent 0811de728e
commit 57227b5aab
No known key found for this signature in database

View File

@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Osu.Edit
{
Current = scaleInputBindable = new BindableNumber<float>
{
MinValue = 0.5f,
MinValue = 0.05f,
MaxValue = 2,
Precision = 0.001f,
Value = 1,