Example #1
0
        protected override void LoadContent()
        {
            IsMouseVisible = true;
            _basicDrawer.LoadContent(this);
            _imagesStore.LoadContent(this);

            //NOTE: views are initalized here because it needs imagesProvider content loaded before this
            ViewsManager.Initialize();

            GameLoaded?.Invoke();
        }