Esempio n. 1
0
        public ScoreDisplayManager(GameHUD hud, bool firstShow)
        {
            hud.AddElement(ScoreDisplay      = new ScoreDisplay(firstShow));
            hud.AddElement(MPScoreDisplay    = new MultiplayerScoreDisplay(firstShow));
            hud.AddElement(StarsScoreDisplay = new StarsScoreDisplay(firstShow));
            hud.AddElement(SCCMScoreDisplay  = new SCCMScoreDisplay(firstShow));

            FakeFirstUpdate();
        }