Improve map lock and smart heading behavior

This commit is contained in:
2026-03-25 14:56:28 +08:00
parent d1cc6cc473
commit a19342d61f
8 changed files with 300 additions and 62 deletions

View File

@@ -73,6 +73,12 @@ export class SoundDirector {
continue
}
if (effect.type === 'session_cancelled') {
this.stopGuidanceLoop()
this.play('control_completed:finish')
continue
}
if (effect.type === 'punch_feedback' && effect.tone === 'warning') {
this.play('punch_feedback:warning')
continue