tweak settings
This commit is contained in:
parent
fd3d073939
commit
2465402159
2 changed files with 8 additions and 4 deletions
|
@ -50,7 +50,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="../LINUX/Jeu Godot.x86_64"
|
export_path="../Jeu Godot.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="../MACOSX/jeu Godot.zip"
|
export_path="./jeu Godot.zip"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
|
@ -15,9 +15,11 @@ _global_script_class_icons={
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Jeu Godot"
|
config/name="Tyra"
|
||||||
|
config/description="Tyra est un jeu 2D."
|
||||||
run/main_scene="res://scenes/Monde.tscn"
|
run/main_scene="res://scenes/Monde.tscn"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://assets/images/sortie.png"
|
||||||
|
config/windows_native_icon="res://assets/images/icon.ico"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
@ -57,4 +59,6 @@ clicGauche={
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
|
threads/thread_model=2
|
||||||
|
quality/filters/msaa=3
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
|
Reference in a new issue