suppression des sfx de déblocage et ajout du morceau de Subterra

This commit is contained in:
2026-05-31 17:10:25 +02:00
committed by Zacharie Guet
parent 17f63729e7
commit ee16f14176
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://bdsghxlbtduuy"
path="res://.godot/imported/subterra.ogg-458c2f15c134af211d5a71b5819758c5.oggvorbisstr"
[deps]
source_file="res://common/audio_manager/assets/morceaux/histoire/subterra.ogg"
dest_files=["res://.godot/imported/subterra.ogg-458c2f15c134af211d5a71b5819758c5.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View File

@@ -186,6 +186,9 @@ unique_name_in_owner = true
stream = ExtResource("8_tuvql")
volume_db = -5.0
[node name="Subterra" type="AudioStreamPlayer" parent="Ambiances" unique_id=2019011683]
unique_name_in_owner = true
[node name="Musics" type="Node" parent="." unique_id=1450527710]
unique_name_in_owner = true

View File

@@ -23,7 +23,7 @@ func _ready():
ok_button.button_down.connect(_on_ok_button_button_down)
func appear():
AudioManager.play_sfx("Reveal")
AudioManager.play_sfx("Unlock_tool")
animation_player.play("appear")
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
player.controlling_player=false