mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Added setting to not hide the first object in Hidden mod
This commit is contained in:
@ -78,6 +78,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.SpeedChangeVisualisation, SpeedChangeVisualisationMethod.Sequential);
|
||||
|
||||
Set(OsuSetting.IncreaseFirstObjectVisibility, true);
|
||||
|
||||
// Update
|
||||
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
|
||||
|
||||
@ -125,6 +127,7 @@ namespace osu.Game.Configuration
|
||||
Version,
|
||||
ShowConvertedBeatmaps,
|
||||
SpeedChangeVisualisation,
|
||||
Skin
|
||||
Skin,
|
||||
IncreaseFirstObjectVisibility
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user