basic transition system for between screen transitions (restructured folders)

This commit is contained in:
2018-10-31 23:58:26 -05:00
parent 0e4a4564cf
commit 9c50226eb7
5 changed files with 114 additions and 39 deletions

View File

@@ -0,0 +1,19 @@
using Microsoft.Xna.Framework.Graphics;
using RhythmBullet.Zer01HD.UI;
using RhythmBullet.Zer01HD.Utilities.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Game.Screens
{
class MainScreen : Screen
{
public MainScreen()
{
}
}
}