dialogue d'échec (manque l'ambiance sonore) #128

This commit is contained in:
2026-01-25 13:05:21 +01:00
committed by Zacharie Guet
parent 71f36fb430
commit eb009d6f41
5 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://c8cwobmqg80dw"
path="res://.godot/imported/deactivation.wav-f941c93b81a553c4a9b003d564a3ce38.sample"
[deps]
source_file="res://common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav"
dest_files=["res://.godot/imported/deactivation.wav-f941c93b81a553c4a9b003d564a3ce38.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,11 @@
audio "res://common/audio_manager/assets/sfx/dialogs/sfx/incoming_transmission.wav"
[wait time="1.5"]
join demeter center [animation="Bounce In"]
demeter: [color=#FFA617]{orchidName}[/color] ?
demeter: The [color=#FFA617]Internode[/color] sensors are deactivated,[pause=0.2] I am losing connection with you.
demeter: You did not generate enough [b]plant points[/b],[pause=0.2] the [color=#FFA617]Internode[/color] will not be able to leave the area.[pause=0.2] Your batteries are running low.[pause=0.4].[pause=0.4].[pause=0.4]
demeter: I have to transfer you back to another body.[pause=0.3] Do not worry,[pause=0.2] it will not hurt you.
audio "res://common/audio_manager/assets/sfx/recharge/recharge.wav"
[wait time="0.9"]
audio "res://common/audio_manager/assets/sfx/dialogs/sfx/deactivation.wav"
[wait time="4.0"]

View File

@@ -0,0 +1 @@
uid://7dugwna5ge2x

View File

@@ -43,7 +43,8 @@ directories/dch_directory={
}
directories/dtl_directory={
"demeter_intro": "res://dialogs/timelines/story/demeter_intro.dtl",
"demeter_outro": "res://dialogs/timelines/story/demeter_outro.dtl"
"demeter_outro": "res://dialogs/timelines/story/demeter_outro.dtl",
"failure": "res://dialogs/timelines/gameplay_related/failure.dtl"
}
layout/style_directory={
"": "res://dialogs/dialogs_style.tres",