1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Rename the game and exported executable to match the official name of the game.

This commit is contained in:
John 2021-11-28 05:45:59 -06:00
parent c28b273249
commit c907391947
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="../../godot_ship.exe" export_path="../../Boat Battle.exe"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@ -36,6 +36,6 @@ application/file_version=""
application/product_version="" application/product_version=""
application/company_name="Group12" application/company_name="Group12"
application/product_name="Ship Battle" 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/copyright="2021 Group 12 Industries"
application/trademarks="" application/trademarks=""

View File

@ -10,7 +10,7 @@ config_version=4
[application] [application]
config/name="godot_ship" config/name="Boat Battle"
run/main_scene="res://scenes/Main.tscn" run/main_scene="res://scenes/Main.tscn"
boot_splash/image="res://assets/backgrounds/splash_image.png" boot_splash/image="res://assets/backgrounds/splash_image.png"
config/icon="res://icon.png" config/icon="res://icon.png"