mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
update tests, change binding and reduce lines in cinema mod
This commit is contained in:
@ -37,8 +37,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
public void ApplyToPlayer(Player player)
|
||||
{
|
||||
player.Background.EnableUserDim.Value = false;
|
||||
player.DimmableVideo.EnableUserDim.Value = false;
|
||||
player.DimmableStoryboard.EnableUserDim.Value = false;
|
||||
|
||||
player.DimmableVideo.IgnoreUserSettings.Value = true;
|
||||
player.DimmableStoryboard.IgnoreUserSettings.Value = true;
|
||||
|
Reference in New Issue
Block a user