change background dim from integer to double

This commit is contained in:
Jorolf
2017-04-20 14:43:30 +02:00
parent db72bfe03b
commit 1d2f19b5a2
3 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Configuration
Set(OsuConfig.MenuCursorSize, 1.0, 0.5f, 2);
Set(OsuConfig.GameplayCursorSize, 1.0, 0.5f, 2);
Set(OsuConfig.DimLevel, 30, 0, 100);
Set(OsuConfig.DimLevel, 0.3, 0, 1);
Set(OsuConfig.MouseDisableButtons, false);
Set(OsuConfig.MouseDisableWheel, false);