hch
3 天以前 47aa85c49c2f31f6ac728ea66defb1425bae85ba
Main/System/HeroUI/HeroLVBreakSuccessWin.cs
@@ -18,7 +18,7 @@
    [SerializeField] Text[] nextAttrPerTextArr;
    [SerializeField] Text potentialText;
    [SerializeField] Button okBtn;
    [SerializeField] ScrollRect scrollRect;
    string guid;
@@ -35,6 +35,7 @@
        if (string.IsNullOrEmpty(guid))
            return;
        Display(HeroManager.Instance.GetHero(guid));
        scrollRect.verticalNormalizedPosition = 1;
    }
    protected override void OnPreClose()