tweak settings
This commit is contained in:
parent
2465402159
commit
63a1c042e7
2 changed files with 14 additions and 13 deletions
|
@ -7,7 +7,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="../Jeu Godot.exe"
|
export_path="../Tyra.exe"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
@ -32,12 +32,12 @@ codesign/timestamp_server_url=""
|
||||||
codesign/digest_algorithm=1
|
codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon=""
|
application/icon="res://assets/images/icon.ico"
|
||||||
application/file_version=""
|
application/file_version="0.0.1"
|
||||||
application/product_version=""
|
application/product_version="0.0.1"
|
||||||
application/company_name="Anri Kennel"
|
application/company_name="Anri Kennel"
|
||||||
application/product_name="Jeu Godot"
|
application/product_name="Tyra"
|
||||||
application/file_description="Jeu fait par Anri K."
|
application/file_description="Tyra est un jeu 2D."
|
||||||
application/copyright=""
|
application/copyright=""
|
||||||
application/trademarks=""
|
application/trademarks=""
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="../Jeu Godot.x86_64"
|
export_path="..Tyra.x86_64"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
@ -76,7 +76,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="./jeu Godot.zip"
|
export_path="../Tyra.zip"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
@ -85,13 +85,13 @@ script_encryption_key=""
|
||||||
|
|
||||||
custom_template/debug=""
|
custom_template/debug=""
|
||||||
custom_template/release=""
|
custom_template/release=""
|
||||||
application/name="Jeu Godot"
|
application/name="Tyra"
|
||||||
application/info="Jeu Godot par Anri Kennel"
|
application/info="Tyra est un jeu 2D."
|
||||||
application/icon=""
|
application/icon=""
|
||||||
application/identifier="com.akennel.jeuGodot"
|
application/identifier="com.akennel.jeuGodot"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/short_version="1.0"
|
application/short_version="0.0.1"
|
||||||
application/version="1.0"
|
application/version="0.0.1"
|
||||||
application/copyright=""
|
application/copyright=""
|
||||||
display/high_res=true
|
display/high_res=true
|
||||||
privacy/camera_usage_description=""
|
privacy/camera_usage_description=""
|
||||||
|
|
|
@ -23,7 +23,8 @@ config/windows_native_icon="res://assets/images/icon.ico"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/size/resizable=false
|
window/stretch/mode="2d"
|
||||||
|
window/stretch/aspect="keep"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
|
Reference in a new issue