Improve map lock and smart heading behavior
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user