Răsfoiți Sursa

限时抽奖退出清数据

zhaoyang 2 ani în urmă
părinte
comite
3ccb5d8fbd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);
             }
 
         }