fix(gameplay): 热图降温目标与火山表情淡入强度

Made-with: Cursor
This commit is contained in:
2026-04-10 13:34:18 +08:00
parent 7b3cf9bf61
commit 5da5c11058
2 changed files with 2 additions and 2 deletions
@@ -108,7 +108,7 @@ public class HeatMapController : MonoBehaviour
{
Debug.Log("降温成功");
float duration = 3.5f;
SetTemptureSmooth(0, duration);
SetTemptureSmooth(0.5f, duration);
AudioManager.Instance.PlaySfx("event:/FollowInput/cooler_cooling");
yield return new WaitForSeconds(duration);
rotationTween.Kill();