Move BackgroundModes to their own files.

This commit is contained in:
Dean Herbert
2016-10-06 23:32:35 +09:00
parent d6042bd689
commit d1dfa120d1
15 changed files with 70 additions and 32 deletions

View File

@ -5,11 +5,14 @@ using System;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.GameModes;
using osu.Game.GameModes.Backgrounds;
namespace osu.Game.GameModes.Menu
{
class Intro : OsuGameMode
{
protected override BackgroundMode CreateBackground() => new BackgroundModeEmpty();
public override void Load()
{
base.Load();