public override void Draw(SpriteBatch spriteBatch) { spriteBatch.Draw(backgroundTexture, new Vector2(0), Color.White); currentPhase.Draw(spriteBatch); windowBattle.Draw(spriteBatch); }