Added typing sounds to dialogic characters
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
join Chuga center
|
||||
Chuga: I believe you’ve 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]
|
||||
|
||||
Reference in New Issue
Block a user