mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add hit lighting setting
This commit is contained in:
@ -81,6 +81,8 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.DimLevel, 0.3, 0, 1, 0.01);
|
||||
Set(OsuSetting.BlurLevel, 0, 0, 1, 0.01);
|
||||
|
||||
Set(OsuSetting.HitLighting, true);
|
||||
|
||||
Set(OsuSetting.ShowInterface, true);
|
||||
Set(OsuSetting.ShowHealthDisplayWhenCantFail, true);
|
||||
Set(OsuSetting.KeyOverlay, false);
|
||||
@ -180,6 +182,7 @@ namespace osu.Game.Configuration
|
||||
ScalingSizeX,
|
||||
ScalingSizeY,
|
||||
UIScale,
|
||||
IntroSequence
|
||||
IntroSequence,
|
||||
HitLighting
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user