|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
|