mise en place des sfx d'atterrissage et décollage #160

This commit is contained in:
2026-03-01 13:57:03 +01:00
committed by Zacharie Guet
parent 2bf1729296
commit 88d9b395c6
3 changed files with 2 additions and 0 deletions

View File

@@ -31,9 +31,11 @@ func _ready():
func _on_ship_take_off():
%TakeOffAnimationPlayer.play("TakeOff")
AudioManager.play_sfx("Decollage")
func _on_ship_land():
%TakeOffAnimationPlayer.play_backwards("TakeOff")
AudioManager.play_sfx("Atterrissage")
func _on_exit_action_clicked():
if GameInfo.game_data.current_region_data != null: