hch
9 天以前 1b6291368be04b9bdcf9f31f50768426f06f643b
Main/System/UIBase/OneLevelWin.cs
@@ -26,6 +26,8 @@
            tabButtons[i] = go.GetComponent<GroupButtonEx>();
            tabButtons[i].selectIcon.SetSprite(data.iconName);
            tabButtons[i].selectIcon.SetNativeSize();
            tabButtons[i].unSelectIcon.SetSprite(data.unSelectIconName);
            tabButtons[i].unSelectIcon.SetNativeSize();
            tabButtons[i].title.text = Language.Get(data.name);
            tabButtons[i].redpoint.redpointId = data.redpointID;
            tabButtons[i].SetActive(true);
@@ -48,4 +50,5 @@
    public int redpointID;
    public string name;
    public string iconName; //默认显示的图标(选中)
    public string unSelectIconName; //图标(未选中)
}