LAPTOP-OM1V99U2\永远de小亡灵 1 年之前
父节点
当前提交
1573e180df
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      ActionTowerDefense/Assets/Scripts/Spirits/Trans_Assassin.cs

+ 0 - 3
ActionTowerDefense/Assets/Scripts/Spirits/Trans_Assassin.cs

@@ -240,9 +240,6 @@ public class Trans_Assassin : MonoBehaviour
             dashEffect.offset = -1;
             player.bodyTrans.rotation = Quaternion.Euler(new Vector3(0, 0, k));
         }
-
-        print(targetDir);
-        print(rushSpeed);
         player.rb.velocity = targetDir * rushSpeed;
     }
 }