You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.4 KiB
92 lines
3.4 KiB
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="Animegame-Client"
|
|
run/main_scene="res://scenes/Main/Wizard.tscn"
|
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
API="*res://scenes/Global/API.tscn"
|
|
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
|
|
|
[dialogic]
|
|
|
|
directories/dch_directory={
|
|
"Master": "res://timelines/Master.dch"
|
|
}
|
|
directories/dtl_directory={
|
|
"characters": "res://timelines/characters.dtl",
|
|
"main": "res://timelines/main.dtl",
|
|
"new_player_wizard": "res://timelines/new_player_wizard.dtl",
|
|
"tournaments": "res://timelines/tournaments.dtl"
|
|
}
|
|
layout/style_list=["res://assets/Dialogic/Styles/VisualNovel.tres"]
|
|
layout/default_style="res://assets/Dialogic/Styles/VisualNovel.tres"
|
|
glossary/default_case_sensitive=true
|
|
variables={
|
|
"bg": {
|
|
"clan": "",
|
|
"community": "",
|
|
"country": "",
|
|
"username": ""
|
|
},
|
|
"dojo": "",
|
|
"newdojo": "",
|
|
"user": ""
|
|
}
|
|
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
|
|
animations/join_default_length=0.5
|
|
animations/leave_default_length=0.5
|
|
animations/leave_default_wait=true
|
|
animations/join_default_wait=true
|
|
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
|
|
text/autopauses={}
|
|
glossary/glossary_files=["res://assets/Dialogic/Glossary/glossary.tres"]
|
|
|
|
[editor]
|
|
|
|
movie_writer/movie_file="/home/pascal/Videos/Capture.avi"
|
|
movie_writer/fps=25
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
|
|
|
|
[input]
|
|
|
|
dialogic_default_action={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":88,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|