forked from team-sg/hero-mark-2
step one to squa
This commit is contained in:
parent
741d734b11
commit
69df2d6ce4
2 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,8 @@ func _notification(what: int) -> void:
|
|||
NOTIFICATION_WM_FOCUS_OUT:
|
||||
animation_player.playback_active = false
|
||||
$FamiVoice.stream_paused = true
|
||||
Audio.ac_music.stream_paused = true
|
||||
NOTIFICATION_WM_FOCUS_IN:
|
||||
animation_player.playback_active = true
|
||||
$FamiVoice.stream_paused = false
|
||||
Audio.ac_music.stream_paused = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue