浏览代码

限时抽奖退出清数据

zhaoyang 2 年之前
父节点
当前提交
3ccb5d8fbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             }
 
         }