コード例 #1
0
ファイル: RadioBaseStation.cs プロジェクト: t61789/Thunder
        protected override void Dead()
        {
            base.Dead();

            FairyPanel.OpenPanel(GameStartAlertPanel.Ins.UiName);
            GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameOverTextKey));
            GameStartAlertPanel.Ins.SetTimeCount(null);
        }
コード例 #2
0
ファイル: RadioBaseStation.cs プロジェクト: t61789/Thunder
 private void StartTimeCount()
 {
     _GameStartTimeCount = GameStartTimeCount;
     _Counting           = true;
     _SecondCounter.Recount();
     GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameStartCountProcessingTextKey));
     GameStartAlertPanel.Ins.SetTimeCount(_GameStartTimeCount.ToString());
 }
コード例 #3
0
ファイル: RadioBaseStation.cs プロジェクト: t61789/Thunder
 private void Start()
 {
     GameStartAlertPanel.Ins.SetHeadTitle(TextSys.GetText(GameStartCountWaitTextKey));
 }