mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 13:27:19 +08:00
parent
5306141f5f
commit
47c16b7ac1
@ -282,6 +282,9 @@ namespace osu.Game.GameModes.Menu
|
||||
//if (OsuGame.IdleTime > 6000 && State != MenuState.Exit)
|
||||
// State = MenuState.Initial;
|
||||
|
||||
if (state == MenuState.Exit && osuLogo.Alpha <= 0)
|
||||
Game.Exit();
|
||||
|
||||
iconFacade.Width = osuLogo.SizeForFlow * 0.5f;
|
||||
base.Update();
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ namespace osu.Game
|
||||
base.SetHost(host);
|
||||
|
||||
host.Size = new Vector2(Config.Get<int>(OsuConfig.Width), Config.Get<int>(OsuConfig.Height));
|
||||
host.Window.Title = "osu!";
|
||||
}
|
||||
|
||||
public override void Load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user