mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Adjustment to size values of FL per mode
This commit is contained in:
@ -45,10 +45,10 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
internal ModFlashlight()
|
||||
{
|
||||
InitialRadius = new BindableFloat
|
||||
InitialRadius = new BindableFloat(DefaultRadius)
|
||||
{
|
||||
MinValue = 90f,
|
||||
MaxValue = 250f,
|
||||
MinValue = DefaultRadius * .5f,
|
||||
MaxValue = DefaultRadius * 1.5f,
|
||||
Precision = 5f,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user