fix: 모바일 기기의 SafeArea에 맞춰 화면 비율 고정 로직 적용

This commit is contained in:
aube.lee
2025-03-06 00:08:03 +09:00
parent 8f69ecc429
commit 7fa43b35b4
22 changed files with 844 additions and 196 deletions

View File

@@ -145,6 +145,7 @@ namespace TON
public void OnClickGuideButton()
{
UIManager.Show<GuideUI>(UIList.GuideUI);
UIManager.Hide<LobbyUI>(UIList.LobbyUI);
}
}
}