示例#1
0
        public override void Update(GameTime gameTime)
        {
            if (_isScoreLoading)
            {
                _loadingLabel.Update(gameTime);
            }
            else
            {
                _scorePanel.Update(gameTime);

                if (_showContinueButton)
                {
                    _continueButton.Update(gameTime);
                }
            }
        }