-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexport_presets.cfg
42 lines (39 loc) · 2.11 KB
/
export_presets.cfg
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
[preset.0]
name="Web"
platform="Web"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="resources"
export_files=PackedStringArray("res://examples/components/return_button.tscn", "res://examples/counters/without_gddb.tscn", "res://examples/counters/with_gddb.tscn", "res://examples/buttons.tscn", "res://examples/containers.tscn", "res://examples/edits.tscn", "res://examples/main.tscn", "res://examples/notification.tscn", "res://examples/ranges.tscn", "res://addons/gd_data_binding/scripts/converters/invert_bool_binding_converter.gd", "res://addons/gd_data_binding/scripts/base_binding_source.gd", "res://addons/gd_data_binding/scripts/binding.gd", "res://addons/gd_data_binding/scripts/binding_converter.gd", "res://addons/gd_data_binding/scripts/binding_converter_pipeline.gd", "res://addons/gd_data_binding/scripts/binding_source.gd", "res://addons/gd_data_binding/scripts/binding_utils.gd", "res://assets/return.svg", "res://assets/icon.svg", "res://addons/gd_uuid/base_random.gd", "res://addons/gd_uuid/build_in_random.gd", "res://addons/gd_uuid/crypto_random.gd", "res://addons/gd_uuid/uuid.gd", "res://addons/gd_data_binding/scripts/converters/case_binding_converter.gd")
include_filter=""
exclude_filter=""
export_path="./dist/index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
variant/thread_support=false
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/ensure_cross_origin_isolation_headers=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)