new cursor while cleaning up from refactor.

This commit is contained in:
2018-11-18 00:17:23 -06:00
parent 1195b8228a
commit a4bedd34af
6 changed files with 39 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ namespace RhythmBullet.Zer01HD.Screens.MainMenu
public override void Show()
{
Mouse.SetCursor(MouseCursor.FromTexture2D(assets.Get<Texture2D>("cursor"), 256, 256));
Transitions.Add(fat);
base.Show();
}