zhaoyang 2 سال پیش
والد
کامیت
4819757f17
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -259,7 +259,7 @@ namespace GFGGame
             _ui.target.touchable = false;
             TryCompleteGuide();
 
-            GTween.To(0, -GRoot.inst.actualWidth / 100f, 1f)
+            GTween.To(0, -GRoot.inst.width / 100f, 1f)
             .SetTarget(_sceneObject)
             .OnUpdate((GTweener t) =>
             {
@@ -276,7 +276,7 @@ namespace GFGGame
         {
 
             _ui.target.touchable = false;
-            GTween.To(-GRoot.inst.actualWidth / 100f, 0f, 1f)
+            GTween.To(-GRoot.inst.width / 100f, 0f, 1f)
            .SetTarget(_sceneObject)
            .OnUpdate((GTweener t) =>
            {