| System/MainInterfacePanel/HighSettingFadeInFadeOut.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/OpenServerActivity/FlashSaleCoolDown.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/Welfare/WelfareCenter.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/HighSettingFadeInFadeOut.cs
@@ -457,7 +457,7 @@ { if (isPlayerUIeffect.RedPointId == 201 || isPlayerUIeffect.RedPointId == 210) { if (RedpointCenter.Instance.GetRedpointState(isPlayerUIeffect.RedPointId) == RedPointState.Simple) if (RedpointCenter.Instance.GetRedpointState(isPlayerUIeffect.RedPointId) == RedPointState.GetReward) { m_GroupIndex_Low.GetChild(i).GetComponent<HighBtnRecord>().IsNagaaki = true; highBtnRecord.IsNagaaki = true; @@ -500,7 +500,7 @@ { if (isPlayerUIeffect.RedPointId == 201 || isPlayerUIeffect.RedPointId == 210) { if (RedpointCenter.Instance.GetRedpointState(isPlayerUIeffect.RedPointId) == RedPointState.Simple) if (RedpointCenter.Instance.GetRedpointState(isPlayerUIeffect.RedPointId) == RedPointState.GetReward) { m_GroupIndex_Low.GetChild(i).GetComponent<HighBtnRecord>().IsNagaaki = true; highBtnRecord.IsNagaaki = true; System/OpenServerActivity/FlashSaleCoolDown.cs
@@ -13,6 +13,19 @@ private void OnEnable() { DisplayTime(); GlobalTimeEvent.Instance.secondEvent -= SecondEvent; GlobalTimeEvent.Instance.secondEvent += SecondEvent; } private void SecondEvent() { var seconds = OperationTimeHepler.Instance.GetOperationSurplusTime(Operation.FlashSale); m_Time.timeShow.color = seconds > 3600 ? UIHelper.GetUIColor(TextColType.Green) : UIHelper.GetUIColor(TextColType.Red); } private void OnDisable() { GlobalTimeEvent.Instance.secondEvent -= SecondEvent; } void DisplayTime() System/Welfare/WelfareCenter.cs
@@ -66,7 +66,7 @@ if (fairyJadeInvestmentModel.redPointStre1.state == RedPointState.Simple || fairyJadeInvestmentModel.redPointStre1.state == RedPointState.GetReward) { WindowCenter.Instance.Close<MainInterfaceWin>(); WindowCenter.Instance.Open<WelfareWin>(false, 8); WindowCenter.Instance.Open<WelfareWin>(false, 5); return; } WindowCenter.Instance.Close<MainInterfaceWin>(); @@ -112,7 +112,7 @@ if (fairyJadeInvestmentModel.redPointStre1.state == RedPointState.Simple || fairyJadeInvestmentModel.redPointStre1.state == RedPointState.GetReward) { return 8; return 5; } return functionOrder; }