mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-12 15:24:06 +01: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"
|
||||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
export_path="../../../Downloads/Oh My Git!.x86_64"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[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/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
texture_format/no_bptc_fallbacks=true
|
||||
binary_format/64_bits=true
|
||||
binary_format/embed_pck=false
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
|
||||
[preset.1]
|
||||
|
||||
|
@ -34,7 +33,6 @@ export_filter="all_resources"
|
|||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
|
@ -66,22 +64,21 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter="levels/*, scripts/*, resources/*, cards/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
export_path="../../../Downloads/Oh My Git!.exe"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[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/s3tc=true
|
||||
texture_format/etc=false
|
||||
texture_format/etc2=false
|
||||
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/identity=""
|
||||
codesign/password=""
|
||||
|
@ -109,15 +106,17 @@ export_filter="all_resources"
|
|||
include_filter="levels/*, scripts/*, resources/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.3.options]
|
||||
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
variant/export_type=0
|
||||
vram_texture_compression/for_desktop=true
|
||||
vram_texture_compression/for_mobile=false
|
||||
html/custom_html_shell=""
|
||||
html/head_include=""
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
html/canvas_resize_policy=2
|
||||
html/experimental_virtual_keyboard=false
|
||||
|
|
Loading…
Add table
Reference in a new issue