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

@@ -7,12 +7,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Game.MainScreen
namespace RhythmBullet.Zer01HD.Game.Screens
{
class MainScreen : Screen
{
Viewport viewport = new Viewport();
public MainScreen()
{