Moved title and description to each class

This commit is contained in:
Andrey Zavadskiy
2017-04-01 21:42:12 +03:00
parent bd123fa906
commit f70de7439b
5 changed files with 16 additions and 24 deletions

View File

@ -131,8 +131,6 @@ namespace osu.Game.Screens.Play
},
OnRetry = Restart,
OnQuit = Exit,
Title = @"paused",
Description = @"you're not going to do what i think you're going to do, are ya?",
};
failOverlay = new FailOverlay
@ -140,8 +138,6 @@ namespace osu.Game.Screens.Play
Depth = -1,
OnRetry = Restart,
OnQuit = Exit,
Title = @"failed",
Description = @"you're dead, try again?",
};