Transition to .Net Core and VSCode in progress.

This commit is contained in:
2019-05-31 01:32:25 -05:00
parent f7aa272d76
commit 86a4db5973
25 changed files with 593 additions and 506 deletions

View File

@@ -1,5 +1,6 @@
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.Render;
using RecrownedAthenaeum.ScreenSystem;
using System;
@@ -55,7 +56,7 @@ namespace RhythmBullet.Screens.Transitions
return true;
}
public void DrawTransition(SpriteBatch batch)
public void DrawTransition(ConsistentSpriteBatch batch)
{
if (curtain != null)
{