mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 19:33:46 +00:00
Dialogue sound effects
This commit is contained in:
parent
39ff2e8a99
commit
57b393fdcf
19 changed files with 170 additions and 10 deletions
|
|
@ -4,8 +4,19 @@
|
|||
&"_translation_id": "a8",
|
||||
&"color": Color(0.537255, 0.85098, 0.85098, 1),
|
||||
&"custom_info": {
|
||||
"sound_mood_default": "",
|
||||
"sound_moods": {},
|
||||
"sound_mood_default": "Mood 1",
|
||||
"sound_moods": {
|
||||
"Mood 1": {
|
||||
"mode": 0,
|
||||
"name": "Mood 1",
|
||||
"pitch_base": 1.0,
|
||||
"pitch_variance": 0.5,
|
||||
"skip_characters": 4.0,
|
||||
"sound_path": "res://SFX/Cirno_Speak.wav",
|
||||
"volume_base": -2.0,
|
||||
"volume_variance": -2.0
|
||||
}
|
||||
},
|
||||
"style": ""
|
||||
},
|
||||
&"default_portrait": "Neutral",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,19 @@
|
|||
&"_translation_id": "ac",
|
||||
&"color": Color(0.254902, 0.529412, 0.568627, 1),
|
||||
&"custom_info": {
|
||||
"sound_mood_default": "",
|
||||
"sound_moods": {},
|
||||
"sound_mood_default": "Mood 1",
|
||||
"sound_moods": {
|
||||
"Mood 1": {
|
||||
"mode": 0,
|
||||
"name": "Mood 1",
|
||||
"pitch_base": 1.0,
|
||||
"pitch_variance": -0.5,
|
||||
"skip_characters": 4.0,
|
||||
"sound_path": "res://SFX/JFXR/Blip_select 18.wav",
|
||||
"volume_base": -4.0,
|
||||
"volume_variance": -4.0
|
||||
}
|
||||
},
|
||||
"style": ""
|
||||
},
|
||||
&"default_portrait": "Neutral",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,19 @@
|
|||
&"_translation_id": "aa",
|
||||
&"color": Color(1, 1, 1, 1),
|
||||
&"custom_info": {
|
||||
"sound_mood_default": "",
|
||||
"sound_moods": {},
|
||||
"sound_mood_default": "Mood 1",
|
||||
"sound_moods": {
|
||||
"Mood 1": {
|
||||
"mode": 0,
|
||||
"name": "Mood 1",
|
||||
"pitch_base": 1.0,
|
||||
"pitch_variance": 0.0,
|
||||
"skip_characters": 0.0,
|
||||
"sound_path": "res://SFX/JFXR/Blip_select 18.wav",
|
||||
"volume_base": 0.0,
|
||||
"volume_variance": 0.0
|
||||
}
|
||||
},
|
||||
"style": "Terminal_Style"
|
||||
},
|
||||
&"default_portrait": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue