mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Merge pull request #56 from Tom94/general-improvements
General improvements
This commit is contained in:
Submodule osu-framework updated: 1f770847b2...19252f6177
@ -47,8 +47,7 @@ namespace osu.Game.GameModes.Menu
|
||||
Scheduler.Add(delegate
|
||||
{
|
||||
welcome.Play();
|
||||
}, true);
|
||||
|
||||
});
|
||||
|
||||
Scheduler.AddDelayed(delegate
|
||||
{
|
||||
|
@ -49,7 +49,7 @@ namespace osu.Game
|
||||
OnHome = delegate { MainMenu?.MakeCurrent(); },
|
||||
OnSettings = delegate { Options.PoppedOut = !Options.PoppedOut; },
|
||||
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
||||
Alpha = 0.001f //fixes invalidation fuckup
|
||||
Alpha = 0.001f,
|
||||
},
|
||||
new VolumeControl
|
||||
{
|
||||
|
Reference in New Issue
Block a user