From eda22bcd9683f3a94e0744da60d23808272c627f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 13 八月 2018 17:28:00 +0800
Subject: [PATCH] 1528 冰晶矿脉里面角色死亡复活后怪物血条位置显示异常
---
System/MainInterfacePanel/MainRedDot.cs | 204 +++++++++++++++++++++++++-------------------------
1 files changed, 102 insertions(+), 102 deletions(-)
diff --git a/System/MainInterfacePanel/MainRedDot.cs b/System/MainInterfacePanel/MainRedDot.cs
index 38a539d..3d3cda4 100644
--- a/System/MainInterfacePanel/MainRedDot.cs
+++ b/System/MainInterfacePanel/MainRedDot.cs
@@ -1,102 +1,102 @@
-锘�//--------------------------------------------------------
-// [Author]: 绗簩涓栫晫
-// [ Date ]: Thursday, November 16, 2017
-//--------------------------------------------------------
-using UnityEngine;
-using System.Collections;
-using UnityEngine.UI;
-using System.Collections.Generic;
-using System;
-
-namespace Snxxz.UI {
-
- public class MainRedDot : Singleton<MainRedDot> {
-
- public const int RedPoint_key = 1;
- public const int FAIRY_REDPOINT_KEY1 = 107;
- public const int RedPoint_key1 = 106;
- public const int RedPoint_UpFuncBase = 2;
- public const int RedPoint_VipDot = 35;//VIP鐣岄潰
- private Redpoint redPointStrePrentOne = new Redpoint(RedPoint_key);
- private Redpoint redPointStrePrent = new Redpoint(RedPoint_key,RedPoint_key1);
- private Redpoint redpointUpFuncBase = new Redpoint(RedPoint_UpFuncBase);
- private Redpoint welfareRedPoint = new Redpoint(RedPoint_UpFuncBase, 201);
- private Redpoint realmRedpoint = new Redpoint(114);
- private Redpoint redPointVipDot = new Redpoint(RedPoint_VipDot);
-
- #region 閭欢绾㈢偣
- public const int RedPoint_MainMailKey = 24;
- public const int RedPoint_MailFuncKey = 2401;
- public Redpoint redpointMainMail = new Redpoint(RedPoint_MainMailKey);
- public Redpoint redpointMailFunc = new Redpoint(RedPoint_MainMailKey, RedPoint_MailFuncKey);
- #endregion
-
- #region 濂藉弸绾㈢偣
- public const int RedPoint_FriendQuestKey = 26;
- public const int RedPoint_FriendChatKey = 25; //濂藉弸
- public Redpoint redpointFriendQuest = new Redpoint(RedPoint_FriendQuestKey);
- public Redpoint redPointFriendChat = new Redpoint(RedPoint_FriendChatKey);
- #endregion
-
- #region 鑳屽寘绾㈢偣
- public const int RedPoint_MainPackKey = 102;
- public const int RedPoint_BagFuncKey = 10201;
- public const int RedPoint_DepotFuncKey = 10204;
- public Redpoint redPointMainPack = new Redpoint(RedPoint_MainPackKey);
- public Redpoint redPointBagFunc = new Redpoint(RedPoint_MainPackKey,RedPoint_BagFuncKey);
- public Redpoint redPointDepotFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_DepotFuncKey);
- #endregion
-
- #region 娲楃粌绾㈢偣
- public const int RedPoint_WashFuncKey = 10605;
- public Redpoint redPointWashFunc = new Redpoint(RedPoint_key1,RedPoint_WashFuncKey);
- #endregion
-
- #region 濂楄绾㈢偣
- public const int RedPoint_SuitFuncKey = 10604;
- public Redpoint redPointSuitFunc = new Redpoint(RedPoint_key1, RedPoint_SuitFuncKey);
- #endregion
-
- #region 浠欑洘鍏敤绾㈢偣
- public const int FAIRY_REDPOINT_KEY2 = 10701;
- public Redpoint fairyLaunch = new Redpoint(RedPoint_key, FAIRY_REDPOINT_KEY1);
- public Redpoint fairyBaseFuncRedPoint = new Redpoint(FAIRY_REDPOINT_KEY1, FAIRY_REDPOINT_KEY2);
- #endregion
-
- #region 浠欑洘娲昏穬绾㈢偣
- public const int FAIRYLiven_REDPOINT_KEY3 = 1070107;
- public Redpoint fairyLivenRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYLiven_REDPOINT_KEY3);
- #endregion
-
- #region 浠欑洘鍟嗗簵绾㈢偣
- public const int FAIRYStore_REDPOINT_KEY3 = 1070106;
- public Redpoint fairyStoreRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYStore_REDPOINT_KEY3);
- #endregion
-
-
- #region 鍧愰獞绾㈢偣/鐏靛疇绾㈢偣
-
- public const int RedPoint_PetKey = 105;
- public Redpoint redPointPetKeyFunc = new Redpoint(RedPoint_key, RedPoint_PetKey);
- public const int RedPoint_MountPackKey = 10501;
- public Redpoint redPointMountFunc = new Redpoint(RedPoint_PetKey, RedPoint_MountPackKey);
- public const int RedPoint_PetKey2 = 10502;
- public Redpoint redPonintPetFunc2 = new Redpoint(RedPoint_PetKey, RedPoint_PetKey2);
- #endregion
-
- #region 寮�鏈嶆椿鍔ㄧ孩鐐�
- public const int REDPOINT_OPENSERVER = 209;
- public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
- #endregion
-
- public void Register()
- {
-
- }
-
- }
-
-}
-
-
-
+锘�//--------------------------------------------------------
+// [Author]: 绗簩涓栫晫
+// [ Date ]: Thursday, November 16, 2017
+//--------------------------------------------------------
+using UnityEngine;
+using System.Collections;
+using UnityEngine.UI;
+using System.Collections.Generic;
+using System;
+
+namespace Snxxz.UI {
+
+ public class MainRedDot : Singleton<MainRedDot> {
+
+ public const int RedPoint_key = 1;
+ public const int FAIRY_REDPOINT_KEY1 = 107;
+ public const int RedPoint_key1 = 106;
+ public const int RedPoint_UpFuncBase = 2;
+ public const int RedPoint_VipDot = 35;//VIP鐣岄潰
+ private Redpoint redPointStrePrentOne = new Redpoint(RedPoint_key);
+ private Redpoint redPointStrePrent = new Redpoint(RedPoint_key,RedPoint_key1);
+ private Redpoint redpointUpFuncBase = new Redpoint(RedPoint_UpFuncBase);
+ private Redpoint welfareRedPoint = new Redpoint(RedPoint_UpFuncBase, 201);
+ private Redpoint realmRedpoint = new Redpoint(114);
+ private Redpoint redPointVipDot = new Redpoint(RedPoint_VipDot);
+
+ #region 閭欢绾㈢偣
+ public const int RedPoint_MainMailKey = 24;
+ public const int RedPoint_MailFuncKey = 2401;
+ public Redpoint redpointMainMail = new Redpoint(RedPoint_MainMailKey);
+ public Redpoint redpointMailFunc = new Redpoint(RedPoint_MainMailKey, RedPoint_MailFuncKey);
+ #endregion
+
+ #region 濂藉弸绾㈢偣
+ public const int RedPoint_FriendQuestKey = 26;
+ public const int RedPoint_FriendChatKey = 25; //濂藉弸
+ public Redpoint redpointFriendQuest = new Redpoint(RedPoint_FriendQuestKey);
+ public Redpoint redPointFriendChat = new Redpoint(RedPoint_FriendChatKey);
+ #endregion
+
+ #region 鑳屽寘绾㈢偣
+ public const int RedPoint_MainPackKey = 102;
+ public const int RedPoint_BagFuncKey = 10201;
+ public const int RedPoint_DepotFuncKey = 10204;
+ public Redpoint redPointMainPack = new Redpoint(RedPoint_MainPackKey);
+ public Redpoint redPointBagFunc = new Redpoint(RedPoint_MainPackKey,RedPoint_BagFuncKey);
+ public Redpoint redPointDepotFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_DepotFuncKey);
+ #endregion
+
+ #region 娲楃粌绾㈢偣
+ public const int RedPoint_WashFuncKey = 10605;
+ public Redpoint redPointWashFunc = new Redpoint(RedPoint_key1,RedPoint_WashFuncKey);
+ #endregion
+
+ #region 濂楄绾㈢偣
+ public const int RedPoint_SuitFuncKey = 10604;
+ public Redpoint redPointSuitFunc = new Redpoint(RedPoint_key1, RedPoint_SuitFuncKey);
+ #endregion
+
+ #region 浠欑洘鍏敤绾㈢偣
+ public const int FAIRY_REDPOINT_KEY2 = 10701;
+ public Redpoint fairyLaunch = new Redpoint(RedPoint_key, FAIRY_REDPOINT_KEY1);
+ public Redpoint fairyBaseFuncRedPoint = new Redpoint(FAIRY_REDPOINT_KEY1, FAIRY_REDPOINT_KEY2);
+ #endregion
+
+ #region 浠欑洘娲昏穬绾㈢偣
+ public const int FAIRYLiven_REDPOINT_KEY3 = 1070107;
+ public Redpoint fairyLivenRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYLiven_REDPOINT_KEY3);
+ #endregion
+
+ #region 浠欑洘鍟嗗簵绾㈢偣
+ public const int FAIRYStore_REDPOINT_KEY3 = 1070106;
+ public Redpoint fairyStoreRedPoint = new Redpoint(FAIRY_REDPOINT_KEY2, FAIRYStore_REDPOINT_KEY3);
+ #endregion
+
+
+ #region 鍧愰獞绾㈢偣/鐏靛疇绾㈢偣
+
+ public const int RedPoint_PetKey = 105;
+ public Redpoint redPointPetKeyFunc = new Redpoint(RedPoint_key, RedPoint_PetKey);
+ public const int RedPoint_MountPackKey = 10501;
+ public Redpoint redPointMountFunc = new Redpoint(RedPoint_PetKey, RedPoint_MountPackKey);
+ public const int RedPoint_PetKey2 = 10502;
+ public Redpoint redPonintPetFunc2 = new Redpoint(RedPoint_PetKey, RedPoint_PetKey2);
+ #endregion
+
+ #region 寮�鏈嶆椿鍔ㄧ孩鐐�
+ public const int REDPOINT_OPENSERVER = 209;
+ public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
+ #endregion
+
+ public void Register()
+ {
+
+ }
+
+ }
+
+}
+
+
+
--
Gitblit v1.8.0