From 27adbc89ffc3dc72f2ebd8ad7bd2c603f787737d Mon Sep 17 00:00:00 2001 From: gustav staprans Date: Wed, 15 Nov 2023 12:57:01 -0500 Subject: [PATCH] update project name and description and readme quickstart --- README.md | 20 ++++++++++---------- project.godot | 3 ++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 450595d..a1c4901 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ during a Game Jam. ## Quickstart 1. Clone this repository -2. Open the Scene in Godot 4+ -3. Click "Play" inside of Godot +2. Change your Project Name in `Project -> Project Settings -> Application -> Config -> Name Localized` +4. Click "Play" inside of Godot ## Key Features: - Main Menu Scene @@ -43,16 +43,16 @@ In addition to being a good starting point for simple projects in Godot, you can ## Directory Structure: ``` scenes/ - ui/ - autoload/ - main.tscn + ui/ + autoload/ + main.tscn assets/ - images/ - audio/ + images/ + audio/ resources/ - shaders/ - theme/ - settings/ + shaders/ + theme/ + settings/ scripts/ ``` diff --git a/project.godot b/project.godot index 3eb84da..debd331 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,8 @@ config_version=5 [application] -config/name="UI-Template" +config/name="Godot-Project-Template" +config/description="A template project that includes basic UI, audio management, persistent settings, and scene transitions." run/main_scene="res://scenes/ui/main_menu.tscn" config/features=PackedStringArray("4.1", "Forward Plus") config/icon="res://icon.svg"