Browse Source

修改主界面首充icon的红点位置

leiyasi 1 year ago
parent
commit
8cb700fdcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -706,7 +706,7 @@ namespace GFGGame
             if (_ui.m_btnFirstRecharge.target.visible)
             {
                 bool canget = ActivityDataManager.Instance.firstChargeBonusStatus == ConstBonusStatus.CAN_GET;
-                RedDotController.Instance.SetComRedDot(_ui.m_btnFirstRecharge.target, canget, "", -10, 10);
+                RedDotController.Instance.SetComRedDot(_ui.m_btnFirstRecharge.target, canget, "", -50, 3);
             }
         }