FMOD调通
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user