-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.godot
232 lines (209 loc) · 10.3 KB
/
project.godot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
; 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="Dialogic Test Project"
run/main_scene="res://MainMenu/Menu.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"
[autoload]
UnitTest="*res://FakeUnitTests/unit_test_autoload.gd"
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
[debug]
file_logging/enable_file_logging=true
file_logging/max_log_files=10
settings/stdout/verbose_stdout=true
[dialogic]
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
save/autosave_delay=60.0
text/skippable=true
text/autoadvance_delay=1.0
text/hide_empty_textbox=true
text/autopauses={}
glossary/default_case_sensitive=true
layout/mode=0
text/autocolor_names=false
variables={
"RPG_Example": {
"smiths_key": false
},
"Smartphone": {
"Claire": "0",
"Laurey": "",
"Otto": ""
},
"UnitTests": {
"Test1": "Some funny value.",
"Test2": "10"
}
}
event_default_overrides={
"Music": {
"audio_bus": "Music"
},
"Sound": {
"audio_bus": "Sound Effects"
},
"Voice": {
"audio_bus": "Voices"
},
"Wait": {
"hide_text": true
},
"Wait for Input": {
"hide_textbox": false
}
}
translation/enabled=false
translation/original_locale="en"
translation/file_mode=1
translation/translation_folder=""
translation/id_counter=16
layout/layout_scene="res://addons/dialogic/Modules/DefaultStyles/Default/DialogicDefaultLayout.tscn"
layout/export_overrides={
"box_corner_radius": "0.0",
"box_distance": "10.0",
"box_padding": "5.0",
"box_portrait_bg_modulate": "Color(0.968627, 0.968627, 0.968627, 0.309804)",
"box_portrait_position": "1",
"box_portrait_width_percentage": "0.5",
"box_tilt": "0.0",
"name_label_offset": "Vector2(-5, -5)",
"portrait_stretch_factor": "0.35",
"sizing_mode": "0"
}
layout/end_behaviour=0
choices/reveal_delay=0
choices/reveal_by_input=false
layout/styles={
"SmallRPG_Style": {
"layout": "res://addons/dialogic/Modules/DefaultLayouts/TextBubble/DialogicTextBubbleLayout.tscn"
},
"Smartphone_Style": {
"layout": "res://Smartphone/SmartphoneLayout.tscn"
},
"VisualNovel_Style": {
"export_overrides": {
"box_animation_new_text": "0"
}
}
}
layout/default_style="res://VisualNovel/Assets/UI/VisualNovelStyle.tres"
text/skippable_delay=0.1
text/letter_speed=0.01
text/autoadvance_per_character_delay=0.1
text/autoadvance_ignored_characters_enabled=false
text/initial_text_reveal_skippable=true
text/text_reveal_skip_delay=0.1
save/encryption_on_exports_only=true
settings/text_speed=1.0
layout/style_list=["res://VisualNovel/Assets/UI/VisualNovelStyle.tres", "res://SmallRPG/Assets/TextBubbleStyle.tres", "res://Smartphone/Smartphone_Style.tres", "res://FakeUnitTests/unit_test_style_a.tres", "res://FakeUnitTests/unit_test_style_b.tres"]
directories/dch_directory={
"Claire": "res://Smartphone/Characters/Claire.dch",
"Elina": "res://VisualNovel/Characters/Elina.dch",
"Laurey": "res://Smartphone/Characters/Laurey.dch",
"Leon": "res://VisualNovel/Characters/Leon.dch",
"Otto": "res://Smartphone/Characters/Otto.dch",
"Player": "res://SmallRPG/Timelines/Player.dch",
"Smith": "res://SmallRPG/Timelines/Smith.dch",
"TC1_Simple": "res://FakeUnitTests/TC1_Simple.dch",
"TC2 Simple2": "res://FakeUnitTests/TC2 Simple2.dch",
"TC3_BasicPortraits": "res://FakeUnitTests/TC3_BasicPortraits.dch",
"TC4_BasicPortraits2": "res://FakeUnitTests/TC4_BasicPortraits2.dch",
"TC5_BasicPortraits3": "res://FakeUnitTests/TC5_BasicPortraits3.dch",
"TC6_Style": "res://FakeUnitTests/TC6_Style.dch"
}
directories/dtl_directory={
"Chapter 10": "res://Chapter 10.dtl",
"Claire": "res://Smartphone/Timelines/Claire.dtl",
"Laurey": "res://Smartphone/Timelines/Laurey.dtl",
"Otto": "res://Smartphone/Timelines/Otto.dtl",
"rpg_smith": "res://SmallRPG/Timelines/rpg_smith.dtl",
"t0_overview": "res://FakeUnitTests/t0_overview.dtl",
"t1_texts": "res://FakeUnitTests/t1_texts.dtl",
"t2_characters": "res://FakeUnitTests/t2_characters.dtl",
"t3_variables": "res://FakeUnitTests/t3_variables.dtl",
"t4_styles": "res://FakeUnitTests/t4_styles.dtl",
"t5_various_events": "res://FakeUnitTests/t5_various_events.dtl",
"vn_beginning": "res://VisualNovel/Timelines/vn_beginning.dtl",
"vn_chapter1": "res://VisualNovel/Timelines/vn_chapter1.dtl",
"vn_ending": "res://VisualNovel/Timelines/vn_ending.dtl"
}
glossary/glossary_files=["res://FakeUnitTests/unit_test_glossary.tres"]
translation/save_mode=0
translation/add_separator=false
extensions_folder="res://addons/dialogic_additions"
animations/cross_fade_default_length=0.5
animations/cross_fade_default_wait=true
[display]
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[editor_plugins]
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg")
[file_customization]
folder_colors={
"res://FakeUnitTests/": "yellow",
"res://MainMenu/": "orange",
"res://SmallRPG/": "red",
"res://Smartphone/": "purple",
"res://VisualNovel/": "teal",
"res://addons/": "blue"
}
[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)
]
}
move_left={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_right={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_up={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_down={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
interact={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194309,"key_label":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":88,"key_label":0,"unicode":120,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"echo":false,"script":null)
]
}
[internationalization]
locale/test="de"
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/defaults/default_clear_color=Color(0.529412, 0.670588, 0.623529, 1)