sfx et ambiance vending room + nodes audio (à implémenter) #174

This commit is contained in:
2026-04-26 10:09:47 +02:00
parent 186f150689
commit dfa11a17fd
7 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://b2l7ni0dmkdrp"
path="res://.godot/imported/ambiance_vending_room.ogg-c5432a1b873ffcc3983523d8d030d367.oggvorbisstr"
[deps]
source_file="res://common/audio_manager/assets/ambiance/vending_room/ambiance_vending_room.ogg"
dest_files=["res://.godot/imported/ambiance_vending_room.ogg-c5432a1b873ffcc3983523d8d030d367.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dgs7j7itgedoy"
path="res://.godot/imported/VM_power_off.wav-4d95333fef2c7325cfb14dd314ff7e1b.sample"
[deps]
source_file="res://common/audio_manager/assets/sfx/vending_machine/VM_power_off.wav"
dest_files=["res://.godot/imported/VM_power_off.wav-4d95333fef2c7325cfb14dd314ff7e1b.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://cij7rpji5tutr"
path="res://.godot/imported/VM_power_on.wav-f2e7d57b0c152555a9dfa7156d17a57a.sample"
[deps]
source_file="res://common/audio_manager/assets/sfx/vending_machine/VM_power_on.wav"
dest_files=["res://.godot/imported/VM_power_on.wav-f2e7d57b0c152555a9dfa7156d17a57a.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@@ -7,6 +7,7 @@
[ext_resource type="AudioStream" uid="uid://dcbuhtc085q2x" path="res://common/audio_manager/assets/morceaux/niveau/mines_phase_1.ogg" id="5_ajci6"]
[ext_resource type="AudioStream" uid="uid://dsphn6dbbd55a" path="res://common/audio_manager/assets/morceaux/niveau/forest_phase_1.ogg" id="6_6o1yh"]
[ext_resource type="AudioStream" uid="uid://cwu71o0sl2vto" path="res://common/audio_manager/assets/ambiance/dialogues/ambiance_Demeter.ogg" id="6_8204s"]
[ext_resource type="AudioStream" uid="uid://b2l7ni0dmkdrp" path="res://common/audio_manager/assets/ambiance/vending_room/ambiance_vending_room.ogg" id="7_ge2sc"]
[ext_resource type="AudioStream" uid="uid://c8gbtdul2x8ws" path="res://common/audio_manager/assets/ambiance/borea/ambiance_borea.ogg" id="7_spekb"]
[ext_resource type="AudioStream" uid="uid://bpf6witukorka" path="res://common/audio_manager/assets/morceaux/menu/main_menu.ogg" id="7_tuvql"]
[ext_resource type="AudioStream" uid="uid://bmwaw1yb8hucf" path="res://common/audio_manager/assets/ambiance/vaisseau/ship_music.ogg" id="8_tuvql"]
@@ -60,6 +61,9 @@
[ext_resource type="AudioStream" uid="uid://sgwvpxiul5x5" path="res://common/audio_manager/assets/sfx/ship_exit/ship_exit.wav" id="48_j8acj"]
[ext_resource type="AudioStream" uid="uid://ca0wonha334cl" path="res://common/audio_manager/assets/sfx/teleportation/teleport.wav" id="50_rlnfe"]
[ext_resource type="AudioStream" uid="uid://cv5avkd3qekt7" path="res://common/audio_manager/assets/sfx/movement/movement.wav" id="51_iyxkn"]
[ext_resource type="AudioStream" uid="uid://c7ehk3l4q3qg1" path="res://common/audio_manager/assets/sfx/vending_machine/VM_item_drop.wav" id="62_yr73o"]
[ext_resource type="AudioStream" uid="uid://dgs7j7itgedoy" path="res://common/audio_manager/assets/sfx/vending_machine/VM_power_off.wav" id="63_lwdce"]
[ext_resource type="AudioStream" uid="uid://cij7rpji5tutr" path="res://common/audio_manager/assets/sfx/vending_machine/VM_power_on.wav" id="64_qvjf5"]
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_6o1yh"]
streams_count = 3
@@ -142,6 +146,9 @@ stream = ExtResource("7_spekb")
unique_name_in_owner = true
stream = ExtResource("8_tuvql")
[node name="Vending_room" type="AudioStreamPlayer" parent="Ambiances" unique_id=1544089647]
stream = ExtResource("7_ge2sc")
[node name="Musics" type="Node" parent="." unique_id=1450527710]
unique_name_in_owner = true
@@ -280,3 +287,12 @@ stream = ExtResource("50_rlnfe")
volume_db = -6.0
[node name="Door_opening" type="AudioStreamPlayer" parent="Sfx" unique_id=1045862259]
[node name="VM_drop" type="AudioStreamPlayer" parent="Sfx" unique_id=1831741123]
stream = ExtResource("62_yr73o")
[node name="VM_power_off" type="AudioStreamPlayer" parent="Sfx" unique_id=2112201239]
stream = ExtResource("63_lwdce")
[node name="VM_power_on" type="AudioStreamPlayer" parent="Sfx" unique_id=617324673]
stream = ExtResource("64_qvjf5")