Esempio n. 1
0
        protected override void Dead()
        {
            base.Dead();

            FairyPanel.OpenPanel(GameStartAlertPanel.Ins.UiName);
            GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameOverTextKey));
            GameStartAlertPanel.Ins.SetTimeCount(null);
        }
Esempio n. 2
0
 private void StartTimeCount()
 {
     _GameStartTimeCount = GameStartTimeCount;
     _Counting           = true;
     _SecondCounter.Recount();
     GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameStartCountProcessingTextKey));
     GameStartAlertPanel.Ins.SetTimeCount(_GameStartTimeCount.ToString());
 }
Esempio n. 3
0
 private void Start()
 {
     GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameStartCountWaitTextKey));
 }