mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-15 05:02:24 +02:00
export configurations file
This commit is contained in:
parent
f8530a58c7
commit
42ebe9e671
1 changed files with 15 additions and 16 deletions
|
@ -7,22 +7,21 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||||
exclude_filter="dependencies/*, cache/*"
|
exclude_filter="dependencies/*, cache/*"
|
||||||
export_path=""
|
export_path="../../../Downloads/Oh My Git!.x86_64"
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.0.options]
|
[preset.0.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=true
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=true
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
|
|
||||||
[preset.1]
|
[preset.1]
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ export_filter="all_resources"
|
||||||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||||
exclude_filter="dependencies/*, cache/*"
|
exclude_filter="dependencies/*, cache/*"
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
|
@ -66,22 +64,21 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||||
exclude_filter="dependencies/*, cache/*"
|
exclude_filter="dependencies/*, cache/*"
|
||||||
export_path=""
|
export_path="../../../Downloads/Oh My Git!.exe"
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.2.options]
|
[preset.2.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=true
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=true
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
codesign/enable=false
|
codesign/enable=false
|
||||||
codesign/identity=""
|
codesign/identity=""
|
||||||
codesign/password=""
|
codesign/password=""
|
||||||
|
@ -109,15 +106,17 @@ export_filter="all_resources"
|
||||||
include_filter="levels/*, scripts/*, resources/*"
|
include_filter="levels/*, scripts/*, resources/*"
|
||||||
exclude_filter="dependencies/*, cache/*"
|
exclude_filter="dependencies/*, cache/*"
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.3.options]
|
[preset.3.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
variant/export_type=0
|
||||||
vram_texture_compression/for_desktop=true
|
vram_texture_compression/for_desktop=true
|
||||||
vram_texture_compression/for_mobile=false
|
vram_texture_compression/for_mobile=false
|
||||||
html/custom_html_shell=""
|
html/custom_html_shell=""
|
||||||
html/head_include=""
|
html/head_include=""
|
||||||
custom_template/release=""
|
html/canvas_resize_policy=2
|
||||||
custom_template/debug=""
|
html/experimental_virtual_keyboard=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue