refonte des sfx de la cave (mutation, cristal)

This commit is contained in:
2026-05-31 12:32:34 +02:00
parent d7ddcf14d1
commit c3c68e7398
17 changed files with 70 additions and 23 deletions

View File

@@ -72,7 +72,7 @@ func set_announce_artefact(artefact := announce_artefact):
if not visible:
%AnimationPlayer.play("appear")
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
AudioManager.play_sfx("Reveal")
AudioManager.play_sfx("Unlock_tool")
elif artefact == null and visible:
%AnimationPlayer.play_backwards("appear")

View File

@@ -68,7 +68,7 @@ func set_announce_mutation(mutation := announce_mutation):
if not visible:
%AnimationPlayer.play("appear")
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
AudioManager.play_sfx("Reveal")
AudioManager.play_sfx("Unlock_tool")
elif mutation == null and visible:
%AnimationPlayer.play_backwards("appear")