diff --git a/godot_ship/export_presets.cfg b/godot_ship/export_presets.cfg index 00e405e..451399b 100644 --- a/godot_ship/export_presets.cfg +++ b/godot_ship/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../godot_ship.exe" +export_path="../../Boat Battle.exe" script_export_mode=1 script_encryption_key="" @@ -36,6 +36,6 @@ application/file_version="" application/product_version="" application/company_name="Group12" application/product_name="Ship Battle" -application/file_description="" +application/file_description="A game made by four very tired students." application/copyright="2021 Group 12 Industries" application/trademarks="" diff --git a/godot_ship/project.godot b/godot_ship/project.godot index 628cf3e..a6b2b56 100644 --- a/godot_ship/project.godot +++ b/godot_ship/project.godot @@ -10,7 +10,7 @@ config_version=4 [application] -config/name="godot_ship" +config/name="Boat Battle" run/main_scene="res://scenes/Main.tscn" boot_splash/image="res://assets/backgrounds/splash_image.png" config/icon="res://icon.png"