lcy
13 小时以前 1389f7e1d76c853fa0550a6c82a892dd6c75e8b8
592 多语言适配 改程序字
1个文件已修改
8 ■■■■ 已修改文件
Main/System/BoneField/BoneFieldWin.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BoneField/BoneFieldWin.cs
@@ -12,7 +12,7 @@
    [SerializeField] TextEx txtTodayAdsCount;
    [SerializeField] TextEx txtFirstFree;
    [SerializeField] TextEx txtFightPower;
    [SerializeField] ImageEx imgMaxLineID;
    [SerializeField] TextEx txtMaxLineID;
    [SerializeField] Transform transChallengeItemCells;
    [SerializeField] List<ItemCell> challengeItemCells1;
    [SerializeField] List<ItemCell> challengeItemCells2;
@@ -29,7 +29,7 @@
    [SerializeField] ImageEx imgSweepRed;
    [SerializeField] UIHeroController bossModel;
    [SerializeField] Button funPresetBtn;
    bool isHasNextLineID;
    int adID;
@@ -41,7 +41,7 @@
        btnClose.SetListener(OnClickClose);
        btnSweep.SetListener(OnClickSweep);
        btnAds.SetListener(OnClickAds);
        funPresetBtn.AddListener(()=>
        funPresetBtn.AddListener(() =>
        {
            FuncPresetManager.Instance.ClickBattlePreset((int)BattlePreSetType.Story);
        });
@@ -187,7 +187,7 @@
    public void DisplayFBInfo(NPCConfig nPCConfig, DungeonConfig dungeonConfig, int nowPassLineID)
    {
        imgMaxLineID.SetActive(!isHasNextLineID);
        txtMaxLineID.SetActive(!isHasNextLineID);
        transChallengeItemCells.SetActive(isHasNextLineID);
        txtBossName.text = nPCConfig.NPCName;
        txtDifficulty.text = nowPassLineID.ToString();