FMOD调通

This commit is contained in:
2025-03-08 12:07:35 +08:00
parent dad6c087fd
commit 0dc74815ce
405 changed files with 99 additions and 5092 deletions
@@ -109,7 +109,7 @@ public class HeatMapController : MonoBehaviour
Debug.Log("降温成功");
float duration = 3.5f;
SetTemptureSmooth(0, duration);
FmodManager.Instance.PlaySfx("event:/FollowInput/cooler_cooling");
AudioManager.Instance.PlaySfx("event:/FollowInput/cooler_cooling");
yield return new WaitForSeconds(duration);
rotationTween.Kill();
imageToRotate.localRotation = Quaternion.identity;