Inital commit
This commit is contained in:
parent
22733e2780
commit
068753a961
602 changed files with 5967 additions and 0 deletions
57
export_presets.cfg
Normal file
57
export_presets.cfg
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
[preset.0]
|
||||
|
||||
name="Windows Desktop"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.0.options]
|
||||
|
||||
texture_format/bptc=false
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=true
|
||||
texture_format/etc2=true
|
||||
texture_format/no_bptc_fallbacks=true
|
||||
binary_format/64_bits=true
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
application/icon=""
|
||||
application/file_version=""
|
||||
application/product_version=""
|
||||
application/company_name=""
|
||||
application/product_name=""
|
||||
application/file_description=""
|
||||
application/copyright=""
|
||||
application/trademarks=""
|
||||
|
||||
[preset.1]
|
||||
|
||||
name="Linux Arm"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
custom_features="armv7,arm"
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="E:/GodotProjects/FirstThing/Linux/PoloGS.x86"
|
||||
patch_list=PoolStringArray( )
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
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=false
|
||||
custom_template/release="C:/Users/drrac/AppData/Roaming/Godot/templates/Export_Templates.tpz/Godot_2.1.4_ReleaseBuild_RaspberryPi3"
|
||||
custom_template/debug="C:/Users/drrac/AppData/Roaming/Godot/templates/Export_Templates.tpz/Godot_2.1.4_DebugBuild_RaspberryPi3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue