Skip to content

Commit 3797294

Browse files
committed
Reduced popup max offset to make it work better with different screen ratios
1 parent 144658c commit 3797294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Client/UI/PopupManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class PopupManager : MonoBehaviour
1919
static PopupManager s_Instance;
2020

2121
const float k_Offset = 30;
22-
const float k_MaxOffset = 300;
22+
const float k_MaxOffset = 200;
2323

2424
void Awake()
2525
{

0 commit comments

Comments
 (0)