Ejemplo n.º 1
0
        public void Init()
        {
            DG.Tweening.DOTween.SetTweensCapacity(500, 100);

            _mainPlayerComponent.DebugInit();

            _readyLabelPresenter.ShowReadyText();

            _gameSystemModel = new GameSystemModel();

            _scorePresenter.Init(out _scoreModel);

            _itemCreaterPresenter.Init(_scoreModel);
            _specialItemEffectComponent.Init();

            _effectCreaterComponent.Init();

            _bgmPresenter.Init();
            _bgmPresenter.PlayReadySound();

            _sePresenter.Init();

            _rankingPresenter.Init(_scoreModel);

            Bind();
        }