Added typing sounds to dialogic characters

This commit is contained in:
2025-08-27 18:00:26 +02:00
parent e44e06bace
commit 652cac4232
23 changed files with 160 additions and 35 deletions
+13 -2
View File
@@ -5,8 +5,19 @@
&"color": Color(1, 1, 1, 1),
&"custom_info": {
"sound_mood_default": "",
"sound_moods": {},
"style": ""
"sound_moods": {
"Mood 1": {
"mode": 0,
"name": "Mood 1",
"pitch_base": 1.0,
"pitch_variance": 0.0,
"skip_characters": 0.0,
"sound_path": "res://audio/sfx/typing",
"volume_base": 0.0,
"volume_variance": 0.0
}
},
"style": "NPC_narrative"
},
&"default_portrait": "_tmp",
&"description": "helpful spirit forest",
+13 -2
View File
@@ -5,8 +5,19 @@
&"color": Color(1, 1, 1, 1),
&"custom_info": {
"sound_mood_default": "",
"sound_moods": {},
"style": ""
"sound_moods": {
"Mood 1": {
"mode": 0,
"name": "Mood 1",
"pitch_base": 1.0,
"pitch_variance": 0.0,
"skip_characters": 0.0,
"sound_path": "res://audio/sfx/typing",
"volume_base": 0.0,
"volume_variance": 0.0
}
},
"style": "NPC_narrative"
},
&"default_portrait": "",
&"description": "Yeli's Domovoi",
+13 -2
View File
@@ -5,8 +5,19 @@
&"color": Color(1, 1, 1, 1),
&"custom_info": {
"sound_mood_default": "",
"sound_moods": {},
"style": ""
"sound_moods": {
"Mood 1": {
"mode": 0,
"name": "Mood 1",
"pitch_base": 1.0,
"pitch_variance": 0.0,
"skip_characters": 0.0,
"sound_path": "res://audio/sfx/typing",
"volume_base": 0.0,
"volume_variance": 0.0
}
},
"style": "NPC_narrative"
},
&"default_portrait": "",
&"description": "",
+3 -2
View File
@@ -12,7 +12,7 @@
"pitch_base": 1.0,
"pitch_variance": 0.0,
"skip_characters": 0.0,
"sound_path": "",
"sound_path": "res://audio/sfx/typing",
"volume_base": 0.0,
"volume_variance": 0.0
}
@@ -42,7 +42,8 @@
"mirror": false,
"offset": Vector2(0, 0),
"scale": 1,
"scene": ""
"scene": "",
"sound_mood": "Mood 1"
},
"_part_side": {
"export_overrides": {
+4 -2
View File
@@ -47,8 +47,10 @@ overrides = {
"name_label_custom_font_size": "30.0",
"name_label_use_global_color": "false",
"next_indicator_enabled": "false",
"text_alignment": "1",
"text_size": "40.0",
"typing_sounds_end_sound": "\"res://audio/sfx/UI/Dialog/SFX_Dialog_Open_01.wav\""
"typing_sounds_end_sound": "\"res://audio/sfx/UI/Dialog/SFX_Dialog_Open_01.wav\"",
"typing_sounds_sounds_folder": "\"res://audio/sfx/typing\""
}
[sub_resource type="Resource" id="Resource_clhbu"]
@@ -101,4 +103,4 @@ layer_info = {
}
base_overrides = {}
layers = Array[ExtResource("1_0jwhi")]([])
metadata/_latest_layer = "15"
metadata/_latest_layer = ""
+1 -1
View File
@@ -1,6 +1,6 @@
join Chuga center
Chuga: I believe youve seen enough for today.
Chuga: And yes, you too.
vesna: Thank you for playing!
Chuga: Thank you for playing!
do SceneTransition.ChangeSceneToFileThreaded("res://scenes/Babushka_scene_credits.tscn")
[end_timeline]