浏览代码

调整参数

leiyasi 1 年之前
父节点
当前提交
3507395fb0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/ClothingSyntheticView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/ClothingSyntheticView.cs

@@ -25,7 +25,7 @@ namespace GFGGame
         private const float SHOES_SCALE = 2.5f;
         private const float BODY_SCALE = 1f;
 
-        private const float DURATION = 0.6f;
+        private const float DURATION = 0.55f;
 
         private readonly int[] HEAD_Y_ARR = new int[] { ConstDressUpItemType.TOU_SHI, ConstDressUpItemType.ER_SHI, ConstDressUpItemType.JING_SHI, ConstDressUpItemType.ZHUANG_RONG };
         private readonly int[] FA_XING_Y_ARR = new int[] { ConstDressUpItemType.FA_XING };
@@ -191,7 +191,7 @@ namespace GFGGame
             UI_ClothingListItem.ProxyEnd();
         }
 
-        private EaseType ease = EaseType.ExpoOut;
+        private EaseType ease = EaseType.QuartOut;
         private void UpdateRole(bool tween)
         {
             _dressUpObjUI.ResetSceneObj(45, true, true, null, false);