public override void DrawMiddle(SpriteBatch sb) { sb.Draw(TitleScreenTexture, Main.ScreenBound, Color.White); sb.Draw(PersistentContent.GetTexture("Blank"), new Rectangle(0, TitleSelection.Y, Main.SCREEN_WIDTH, (int)TitleSelection.Height), new Color(Color.Black, 0.8f)); TitleSelection.Draw(sb); }
public void Draw(SpriteBatch sb) { test.Draw(sb); sb.Draw(AS); }