This commit is contained in:
Ino 2025-11-07 12:46:56 +09:00
parent ae7461a24a
commit e043a8312e
1 changed files with 5 additions and 0 deletions

View File

@ -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()