Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 2 years ago
parent
commit
881f5631d3

BIN
FGUIProject/assets/LuckyBox/images/cj_zizi_2.png


BIN
FGUIProject/assets/XiuFang/images/tzhc_fzd.png


BIN
FGUIProject/assets/XiuFang/images/tzhc_fzd_an.png


+ 4 - 0
GameClient/Assets/Game/HotUpdate/Data/InstanceZonesDataManager.cs

@@ -174,6 +174,10 @@ namespace GFGGame
         public static int GetPassLevelOrder(int type, int subType, int chapterId)
         {
             var levelCfgId = GetPassLevelCfgId(type, subType, chapterId);
+            if (levelCfgId == 0)
+            {
+                return 0;
+            }
             var levelCfg = StoryLevelCfgArray.Instance.GetCfg(levelCfgId);
             if (levelCfg != null)
             {

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/LuckyBoxDataManager.cs

@@ -50,7 +50,7 @@ namespace GFGGame
             set { _firstRewardsList = value; }
         }
 
-        private int _currentBoxId;
+        private int _currentBoxId = 2;
         public int currentBoxId
         {
             get

BIN
GameClient/Assets/ResIn/UI/LuckyBox/LuckyBox_atlas0!a.png


BIN
GameClient/Assets/ResIn/UI/LuckyBox/LuckyBox_atlas0.png


BIN
GameClient/Assets/ResIn/UI/LuckyBox/LuckyBox_fui.bytes


BIN
GameClient/Assets/ResIn/UI/XiuFang/XiuFang_atlas0_1!a.png


BIN
GameClient/Assets/ResIn/UI/XiuFang/XiuFang_atlas0_1.png


BIN
GameClient/Assets/ResIn/UI/XiuFang/XiuFang_fui.bytes