fix: 모바일 기기의 SafeArea에 맞춰 화면 비율 고정 로직 적용
This commit is contained in:
@@ -38,7 +38,7 @@ namespace TON
|
||||
if (index == guideList.Count - 1)
|
||||
{
|
||||
UIManager.Hide<GuideUI>(UIList.GuideUI);
|
||||
|
||||
UIManager.Show<LobbyUI>(UIList.LobbyUI);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -145,6 +145,7 @@ namespace TON
|
||||
public void OnClickGuideButton()
|
||||
{
|
||||
UIManager.Show<GuideUI>(UIList.GuideUI);
|
||||
UIManager.Hide<LobbyUI>(UIList.LobbyUI);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user