Exemplo n.º 1
0
        public void OnViewConstruct(Evt evt)
        {
            score = (HUDScoreView)evt.Source;
            int level = PlayerStateStorage.Get().Level;

            score.MaxValue =
                LevelSettingsStorage.Get(level).CompletionScore;
        }