refactors

This commit is contained in:
2019-01-22 19:31:15 -06:00
parent 2502556b33
commit 242d6013c0
11 changed files with 20 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.UI.Book;
using RecrownedAthenaeum.ContentSystem;
using RecrownedAthenaeum.UI.Book;
using RecrownedAthenaeum.UI.Modular.Modules;
using RecrownedAthenaeum.UI.Modular.Modules.Interactive;
namespace RecrownedAthenaeum.Screens.MainMenu
namespace RhythmBullet.Screens.MainMenu
{
internal class MainPage : Page
{

View File

@@ -1,12 +1,12 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.Screens.Transitions;
using RecrownedAthenaeum.UI.Book;
using RecrownedAthenaeum.Camera;
using RecrownedAthenaeum.ContentSystem;
using RecrownedAthenaeum.ScreenSystem;
using RecrownedAthenaeum.UI.Book;
using RhythmBullet.Screens.Transitions;
namespace RecrownedAthenaeum.Screens.MainMenu
namespace RhythmBullet.Screens.MainMenu
{
class MainScreen : Screen
{

View File

@@ -3,7 +3,7 @@ using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.ScreenSystem;
using System;
namespace RecrownedAthenaeum.Screens.Transitions
namespace RhythmBullet.Screens.Transitions
{
internal class FadeAwayTransition : IDisposable, ITransition
{