mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Side flashes should not be affected by parallax
This commit is contained in:
@ -49,10 +49,10 @@ namespace osu.Game.Screens.Menu
|
||||
OnSolo = delegate { Push(consumeSongSelect()); },
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnExit = delegate { Exit(); },
|
||||
},
|
||||
new MenuSideFlashes(),
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
new MenuSideFlashes(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user