|
|
|
|
@ -31,6 +31,37 @@ variables={}
|
|
|
|
|
glossary/default_case_sensitive=true
|
|
|
|
|
layout/style_list=[]
|
|
|
|
|
layout/default_style="Default"
|
|
|
|
|
extensions_folder="res://addons/dialogic_additions"
|
|
|
|
|
text/letter_speed=0.01
|
|
|
|
|
text/initial_text_reveal_skippable=true
|
|
|
|
|
text/text_reveal_skip_delay=0.1
|
|
|
|
|
text/advance_delay=0.1
|
|
|
|
|
text/autoadvance_per_character_delay=0.1
|
|
|
|
|
text/autoadvance_ignored_characters_enabled=true
|
|
|
|
|
audio/max_channels=4.0
|
|
|
|
|
animations/join_default_length=0.5
|
|
|
|
|
animations/join_default_wait=true
|
|
|
|
|
animations/leave_default_length=0.5
|
|
|
|
|
animations/leave_default_wait=true
|
|
|
|
|
animations/cross_fade_default_length=0.5
|
|
|
|
|
choices/autofocus_first=true
|
|
|
|
|
choices/delay=0.2
|
|
|
|
|
choices/reveal_delay=0
|
|
|
|
|
choices/reveal_by_input=false
|
|
|
|
|
save/autosave_delay=60.0
|
|
|
|
|
save/encryption_on_exports_only=true
|
|
|
|
|
translation/enabled=true
|
|
|
|
|
translation/original_locale="en"
|
|
|
|
|
translation/file_mode=1
|
|
|
|
|
translation/translation_folder="res://dialog/translations"
|
|
|
|
|
translation/save_mode=0
|
|
|
|
|
translation/add_separator=false
|
|
|
|
|
translation/intern/save_mode=0
|
|
|
|
|
translation/intern/file_mode=1
|
|
|
|
|
translation/intern/translation_folder="res://dialog/translations"
|
|
|
|
|
translation/id_counter=20
|
|
|
|
|
translation/locales=["de", "en"]
|
|
|
|
|
text/autopauses={}
|
|
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
@ -71,3 +102,7 @@ dialogic_default_action={
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[internationalization]
|
|
|
|
|
|
|
|
|
|
locale/translations=PackedStringArray("res://dialog/translations/dialogic_character_translations.en.translation", "res://dialog/translations/dialogic_test_time_line_translation.de.translation", "res://dialog/translations/dialogic_test_time_line_translation.en.translation", "res://dialog/translations/dialogic_character_translations.de.translation")
|
|
|
|
|
|