generated from mechPenSketch/Jrpg_Fragment-Overworld-Action_Sequence_Dock
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.godot
116 lines (95 loc) · 6.01 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
; 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="JRPG Fragment - Overworld (Dialogic)"
config/tags=PackedStringArray("assets")
run/main_scene="res://content/overworld/map/list/overworld.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"
[autoload]
GlobalOverworld="*res://content/overworld/global.gd"
Dialogic="*res://addons/dialogic/Other/DialogicGameHandler.gd"
[dialogic]
editor/character_preview_mode=0
editor/current_editor=&"Timeline Editor"
editor/current_resources={
"Timeline Editor": "res://dialogic/timelines/warp.dtl"
}
editor/last/resources=["res://dialogic/timelines/signpost.dtl", "res://dialogic/timelines/warp.dtl"]
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=false
choices/delay=0.2
save/autosave_delay=60.0
text/speed=0.01
text/skippable=true
text/autocontinue_delay=1.0
glossary/default_case_sensitive=true
layout/mode=0
text/autocolor_names=true
editor/visual_timeline_editor_sidebar=200.0
variables={
"RecurringChoices": {
"No": "No",
"Yes": "Yes"
}
}
editor/last_resources=PackedStringArray("res://dialogic/timelines/signpost.dtl", "res://dialogic/timelines/warp.dtl")
text/autopauses={}
editor/timeline_editor_mode=0
text/autoadvance_delay=1.0
text/hide_empty_textbox=true
translation/enabled=true
translation/original_locale="en"
translation/file_mode=1
translation/translation_folder=""
translation/id_counter=28
text/letter_speed=0.01
text/initial_text_reveal_skippable=true
text/text_reveal_skip_delay=0.1
text/autoadvance_per_character_delay=0.1
text/autoadvance_ignored_characters_enabled=true
choices/reveal_delay=0
choices/reveal_by_input=false
save/encryption_on_exports_only=true
layout/styles={
"Default": {
"inherits": ""
}
}
layout/default_style="Default"
[display]
window/stretch/mode="2d"
window/size/height=576
[editor_plugins]
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg", "res://addons/jrpgfragment_overworld/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":0,"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)
]
}
[internationalization]
locale/translations=PackedStringArray("res://content/overworld/map/list/indoor/dianas_teleportation_translation.en.translation", "res://content/overworld/map/list/indoor/dianas_teleportation_translation.es.translation", "res://content/overworld/map/list/indoor/dianas_teleportation_translation.ja.translation", "res://content/overworld/map/list/overworld/bobs_question_translation.en.translation", "res://content/overworld/map/list/overworld/bobs_question_translation.es.translation", "res://content/overworld/map/list/overworld/bobs_question_translation.ja.translation", "res://content/overworld/map/list/overworld/signpost_translation.en.translation", "res://content/overworld/map/list/overworld/signpost_translation.es.translation", "res://content/overworld/map/list/overworld/signpost_translation.ja.translation", "res://dialogic/recurring_timeline/warp_translation.en.translation", "res://dialogic/recurring_timeline/warp_translation.es.translation", "res://dialogic/recurring_timeline/warp_translation.ja.translation", "res://content/overworld/map/events/indoor/dianas_teleportation_translation.en.translation", "res://content/overworld/map/events/indoor/dianas_teleportation_translation.es.translation", "res://content/overworld/map/events/indoor/dianas_teleportation_translation.ja.translation", "res://content/overworld/map/events/overworld/bobs_question_translation.en.translation", "res://content/overworld/map/events/overworld/bobs_question_translation.es.translation", "res://content/overworld/map/events/overworld/bobs_question_translation.ja.translation", "res://content/overworld/map/events/overworld/signpost_translation.en.translation", "res://content/overworld/map/events/overworld/signpost_translation.es.translation", "res://content/overworld/map/events/overworld/signpost_translation.ja.translation", "res://dialogic/recurring_translation.en.translation", "res://dialogic/recurring_translation.es.translation", "res://dialogic/recurring_translation.ja.translation")
locale/test="en"
save_mode=0
[layer_names]
2d_physics/layer_1="Wall"
[locale]
translations=PackedStringArray("res://translations/dialogs.en.translation", "res://translations/dialogs.es.translation", "res://translations/dialogs.ja.translation")
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
environment/default_environment="res://default_env.tres"