diff --git a/export_presets.cfg b/export_presets.cfg index ce505fa..3ceb948 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -50,7 +50,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../LINUX/Jeu Godot.x86_64" +export_path="../Jeu Godot.x86_64" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -76,7 +76,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../MACOSX/jeu Godot.zip" +export_path="./jeu Godot.zip" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" diff --git a/project.godot b/project.godot index 70de4f9..4272e5d 100644 --- a/project.godot +++ b/project.godot @@ -15,9 +15,11 @@ _global_script_class_icons={ [application] -config/name="Jeu Godot" +config/name="Tyra" +config/description="Tyra est un jeu 2D." 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] @@ -57,4 +59,6 @@ clicGauche={ [rendering] +threads/thread_model=2 +quality/filters/msaa=3 environment/default_environment="res://default_env.tres"