Browse Source

限时抽奖退出清数据

zhaoyang 2 năm trước cách đây
mục cha
commit
3ccb5d8fbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/PhotographUtil.cs

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

@@ -170,7 +170,7 @@ namespace GFGGame
 
             for (int i = 0; i < itemGameObjs.Count; i++)
             {
-                ChangeLayer(itemGameObjs[i], i * 400, state);
+                ChangeLayer(itemGameObjs[i], i * 600, state);
             }
 
         }