优化技能CD时间

This commit is contained in:
2026-07-05 21:36:06 +08:00
parent ad90d35bd7
commit c7279fd1a7
6 changed files with 150 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace IndianOceanAssets.Engine2_5D
[Header("冷却")]
[Tooltip("回声冷却时间(秒)")]
[SerializeField] private float cooldown = 2f;
[SerializeField] private float cooldown = 3f;
// 全局 shader 属性 ID(通过 Shader.SetGlobalX 设置,所有描边精灵共享)
private static readonly int EchoCenterID = Shader.PropertyToID("_EchoCenter");