Browse Source

好友模型位置

zhaoyang 2 years ago
parent
commit
254e1a2548
1 changed files with 2 additions and 0 deletions
  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);
         }