mise en place du sfx de télépotation et mixage #135

This commit is contained in:
2026-03-01 13:45:06 +01:00
committed by Zacharie Guet
parent 61bb7c1fe2
commit 2bf1729296
2 changed files with 3 additions and 3 deletions

View File

@@ -32,4 +32,5 @@ func use_text() -> String:
return tr("SHIP_TELEPORT_USE_TEXT")
func use(_player : Player, _zone: Player.ActionZone):
SceneManager.change_to_scene_id('COCKPIT')
SceneManager.change_to_scene_id('COCKPIT')
AudioManager.play_sfx("Teleportation")