소스 검색

好友模型位置

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();
             }
+            Transform transform = _sceneObject.transform.Find("Role");
+            transform.localPosition = new Vector3(-2, transform.localPosition.y, 0);
         }