public override void Draw(GameTime gameTime, SpriteBatch spriteBatch) { if (isActive) { chatBox.Draw(gameTime, spriteBatch); animatedTexture.Draw(gameTime, spriteBatch); chatBox.DrawText(spriteBatch); } }