add:添加石柱,调整第三个和第四个boss

This commit is contained in:
bzx
2026-01-30 12:36:45 +08:00
parent 384a71048d
commit c859df9fc2
310 changed files with 47221 additions and 235 deletions

View File

@@ -14,7 +14,7 @@ public class DeathKnightChargeAtk : Action
private bool isFinished;
[Header("Sprint")]
public float sprintDistance = 6f;
private float sprintDistance = 12f;
public float sprintSpeed = 6f;
[Header("Angry Trample")]

View File

@@ -265,7 +265,6 @@ public class FrogEggAttack : Action
}
yield return new WaitForSeconds(0.5f);
// 吐完跑向左右
Vector3 side = Random.value > 0.5f ? -boss.transform.right : boss.transform.right;
boss.transform.DOMove(boss.transform.position + side * 5f, 1.5f);