mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
removed useless stuff
This commit is contained in:
@ -7,6 +7,7 @@ using osu.Game.Graphics;
|
||||
using OpenTK.Input;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Framework.Allocation;
|
||||
|
||||
namespace osu.Game.Screens.Play
|
||||
{
|
||||
@ -29,7 +30,8 @@ namespace osu.Game.Screens.Play
|
||||
return base.OnKeyDown(state, args);
|
||||
}
|
||||
|
||||
protected override void AddButtons(OsuColour colours)
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
AddButton(@"Continue", colours.Green, OnResume);
|
||||
AddButton(@"Retry", colours.YellowDark, OnRetry);
|
||||
|
Reference in New Issue
Block a user