浏览代码

好友模型位置

zhaoyang 2 年之前
父节点
当前提交
254e1a2548
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/Friend/FriendView.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/Friend/FriendView.cs

@@ -284,6 +284,8 @@ namespace GFGGame
             {
             {
                 _dressUpObj.PutOnDefaultDressUpData();
                 _dressUpObj.PutOnDefaultDressUpData();
             }
             }
+            Transform transform = _sceneObject.transform.Find("Role");
+            transform.localPosition = new Vector3(-2, transform.localPosition.y, 0);
         }
         }