示例#1
0
    public void RefreshShow()
    {
        img_processBar.fillAmount = GameTimeManager.Instance._CurTimeData.DayProcess / (float)100;

        txt_dayBeforeExam.SetText("距离高考还有" + GameTimeManager.Instance._CurTimeData.DayBeforeExam + "天");
        txt_weekDay.SetText("星期" + UIUtil.ChangeArabicToChinese(GameTimeManager.Instance._CurTimeData.TheWeekDay));
    }