Esempio n. 1
0
        protected override void OnAppearing()
        {
            base.OnAppearing();
            OnInit();
            mFadeLayer.ShowAll(() => { eventList.Run(); });

            //监听交互
            GameEventWaitInput.MainListenedContent = Content;
        }
Esempio n. 2
0
        protected override void OnAppearing()
        {
            base.OnAppearing();
            mFadeLayer.ShowAll(() =>
            {
                new GameEventTextPrinterButton(mStartGameButton, "开始游戏").Do();
                new GameEventTextPrinterButton(mAboutButton, "关于").Do();
            }, 0.005);

            //监听交互
            GameEventWaitInput.MainListenedContent = Content;
        }