-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.godot
167 lines (150 loc) · 9.82 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
; 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="Weekend Space Command (Prototype)"
config/version="B"
run/main_scene="res://Scenes/SetupScene.tscn"
config/quit_on_go_back=false
config/features=PackedStringArray("4.2", "Mobile")
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
boot_splash/image="res://Resources/Splash.png"
config/icon="res://icon.svg"
[autoload]
GameGlobals="*res://Scripts/GameGlobals.gd"
PraxisCore="*res://PraxisMapper/Scripts/PraxisCore.gd"
PraxisServer="*res://PraxisMapper/Scripts/PraxisServer.gd"
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
[dialogic]
directories/dch_directory={
"Boss": "res://StoryParts/Boss.dch",
"StoryParts/Boss": "res://android/build/assets/StoryParts/Boss.dch",
"mergeDebugAssets/StoryParts/Boss": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Boss.dch"
}
directories/dtl_directory={
"Error": "res://StoryParts/Error.dtl",
"FixScanner1": "res://StoryParts/FixScanner1.dtl",
"FixScanner2": "res://StoryParts/FixScanner2.dtl",
"FixScanner3": "res://StoryParts/FixScanner3.dtl",
"FixScanner4": "res://StoryParts/FixScanner4.dtl",
"FixScannerCutscene": "res://StoryParts/FixScannerCutscene.dtl",
"FixScannerError1": "res://StoryParts/FixScannerError1.dtl",
"FixScannerError2": "res://StoryParts/FixScannerError2.dtl",
"FullScannerExplain": "res://StoryParts/FullScannerExplain.dtl",
"HelpGeneral": "res://StoryParts/HelpGeneral.dtl",
"HelpMenu": "res://StoryParts/HelpMenu.dtl",
"HelpPlusCodes": "res://StoryParts/HelpPlusCodes.dtl",
"HelpUI": "res://StoryParts/HelpUI.dtl",
"Story1": "res://StoryParts/Story1.dtl",
"Story2": "res://StoryParts/Story2.dtl",
"Story3": "res://StoryParts/Story3.dtl",
"Story4": "res://StoryParts/Story4.dtl",
"Story5": "res://StoryParts/Story5.dtl",
"Story6": "res://StoryParts/Story6.dtl",
"Story7": "res://StoryParts/Story7.dtl",
"Story8": "res://StoryParts/Story8.dtl",
"Story9": "res://StoryParts/Story9.dtl",
"StoryParts/Error": "res://android/build/assets/StoryParts/Error.dtl",
"StoryParts/FixScanner1": "res://android/build/assets/StoryParts/FixScanner1.dtl",
"StoryParts/FixScanner2": "res://android/build/assets/StoryParts/FixScanner2.dtl",
"StoryParts/FixScanner3": "res://android/build/assets/StoryParts/FixScanner3.dtl",
"StoryParts/FixScanner4": "res://android/build/assets/StoryParts/FixScanner4.dtl",
"StoryParts/FixScannerCutscene": "res://android/build/assets/StoryParts/FixScannerCutscene.dtl",
"StoryParts/FixScannerError1": "res://android/build/assets/StoryParts/FixScannerError1.dtl",
"StoryParts/FixScannerError2": "res://android/build/assets/StoryParts/FixScannerError2.dtl",
"StoryParts/FullScannerExplain": "res://android/build/assets/StoryParts/FullScannerExplain.dtl",
"StoryParts/HelpGeneral": "res://android/build/assets/StoryParts/HelpGeneral.dtl",
"StoryParts/HelpMenu": "res://android/build/assets/StoryParts/HelpMenu.dtl",
"StoryParts/HelpPlusCodes": "res://android/build/assets/StoryParts/HelpPlusCodes.dtl",
"StoryParts/HelpUI": "res://android/build/assets/StoryParts/HelpUI.dtl",
"StoryParts/Story1": "res://android/build/assets/StoryParts/Story1.dtl",
"StoryParts/Story2": "res://android/build/assets/StoryParts/Story2.dtl",
"StoryParts/Story3": "res://android/build/assets/StoryParts/Story3.dtl",
"StoryParts/Story4": "res://android/build/assets/StoryParts/Story4.dtl",
"StoryParts/Story5": "res://android/build/assets/StoryParts/Story5.dtl",
"StoryParts/Story6": "res://android/build/assets/StoryParts/Story6.dtl",
"StoryParts/Story7": "res://android/build/assets/StoryParts/Story7.dtl",
"StoryParts/Story8": "res://android/build/assets/StoryParts/Story8.dtl",
"StoryParts/Story9": "res://android/build/assets/StoryParts/Story9.dtl",
"StoryParts/Timeline1": "res://android/build/assets/StoryParts/Timeline1.dtl",
"Timeline1": "res://StoryParts/Timeline1.dtl",
"mergeDebugAssets/StoryParts/Error": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Error.dtl",
"mergeDebugAssets/StoryParts/FixScanner1": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScanner1.dtl",
"mergeDebugAssets/StoryParts/FixScanner2": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScanner2.dtl",
"mergeDebugAssets/StoryParts/FixScanner3": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScanner3.dtl",
"mergeDebugAssets/StoryParts/FixScanner4": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScanner4.dtl",
"mergeDebugAssets/StoryParts/FixScannerCutscene": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScannerCutscene.dtl",
"mergeDebugAssets/StoryParts/FixScannerError1": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScannerError1.dtl",
"mergeDebugAssets/StoryParts/FixScannerError2": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FixScannerError2.dtl",
"mergeDebugAssets/StoryParts/FullScannerExplain": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/FullScannerExplain.dtl",
"mergeDebugAssets/StoryParts/HelpGeneral": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/HelpGeneral.dtl",
"mergeDebugAssets/StoryParts/HelpMenu": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/HelpMenu.dtl",
"mergeDebugAssets/StoryParts/HelpPlusCodes": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/HelpPlusCodes.dtl",
"mergeDebugAssets/StoryParts/HelpUI": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/HelpUI.dtl",
"mergeDebugAssets/StoryParts/Story1": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story1.dtl",
"mergeDebugAssets/StoryParts/Story2": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story2.dtl",
"mergeDebugAssets/StoryParts/Story3": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story3.dtl",
"mergeDebugAssets/StoryParts/Story4": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story4.dtl",
"mergeDebugAssets/StoryParts/Story5": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story5.dtl",
"mergeDebugAssets/StoryParts/Story6": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story6.dtl",
"mergeDebugAssets/StoryParts/Story7": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story7.dtl",
"mergeDebugAssets/StoryParts/Story8": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story8.dtl",
"mergeDebugAssets/StoryParts/Story9": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Story9.dtl",
"mergeDebugAssets/StoryParts/Timeline1": "res://android/build/build/intermediates/assets/debug/mergeDebugAssets/StoryParts/Timeline1.dtl"
}
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
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={}
variables={
"captainName": "",
"missionPlace": "",
"missionPlusCode": "",
"parentPlace": "",
"shipName": "",
"totalSectorCount100": 0,
"totalSectorCountStr": ""
}
layout/style_list=["res://StoryParts/StyleInfo.tres"]
layout/default_style="res://StoryParts/StyleInfo.tres"
glossary/default_case_sensitive=true
[display]
window/size/viewport_width=1080
window/size/viewport_height=1920
window/stretch/mode="viewport"
window/handheld/orientation=1
[editor_plugins]
enabled=PackedStringArray("res://addons/PraxisMapperGPSPlugin/plugin.cfg", "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)
]
}
[input_devices]
pointing/emulate_touch_from_mouse=true
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
textures/vram_compression/import_etc2_astc=true