瀏覽代碼

调整飞花令对手位置

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)
             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);
                 targetRole.SetActive(true);
                 if (_targetData.Type == FightTargetType.PLAYER)
                 if (_targetData.Type == FightTargetType.PLAYER)
                 {
                 {