Browse Source

调整飞花令对手位置

zhangyuqian 1 year ago
parent
commit
a26dbe6611
1 changed files with 4 additions and 0 deletions
  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)
                 {