LAPTOP-OM1V99U2\永远de小亡灵 1 anno fa
parent
commit
1573e180df

+ 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;
     }
 }