소스 검색

调整飞花令对手位置

zhangyuqian 1 년 전
부모
커밋
a26dbe6611
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaView.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaView.cs

@@ -371,6 +371,10 @@ namespace GFGGame
 
             if (_ui.m_c1.selectedIndex == 1)
             {
+                GameObject target = _sceneObject.transform.Find("TargetRole").gameObject;
+                target.transform.localPosition = new Vector3(3,0,0);
+                targetRole.transform.localPosition = Vector3.zero;
+
                 targetRole.SetActive(true);
                 if (_targetData.Type == FightTargetType.PLAYER)
                 {