...
This commit is contained in:
parent
ae7461a24a
commit
e043a8312e
|
|
@ -184,6 +184,11 @@ public class LobbyUI : MonoBehaviourSingletonTemplate<LobbyUI>
|
||||||
Go_Home();
|
Go_Home();
|
||||||
m_AlbumUI.Set(girlid);
|
m_AlbumUI.Set(girlid);
|
||||||
DSUtil.InActivateGameObjects(gos_homeBot);
|
DSUtil.InActivateGameObjects(gos_homeBot);
|
||||||
|
|
||||||
|
CurMenu = 1;
|
||||||
|
Btn_Init();
|
||||||
|
images_botbtn[0].sprite = UIAtlasMgr.Ins.Get_Sprite("btn x");
|
||||||
|
(images_botbtn[0].transform as RectTransform).sizeDelta = new Vector2(91, 91);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Set_Money()
|
public void Set_Money()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue