public override void Update(GameTime gameTime) { if (_isScoreLoading) { _loadingLabel.Update(gameTime); } else { _scorePanel.Update(gameTime); if (_showContinueButton) { _continueButton.Update(gameTime); } } }