From c9073919479187e3edee2fa68e055f18159a9983 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Sun, 28 Nov 2021 05:45:59 -0600 Subject: [PATCH] Rename the game and exported executable to match the official name of the game. --- godot_ship/export_presets.cfg | 4 ++-- godot_ship/project.godot | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"