Skip to content

Commit

Permalink
update project name and description and readme quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchgoose committed Nov 15, 2023
1 parent 4f371a7 commit 27adbc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
```

Expand Down
3 changes: 2 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27adbc8

Please sign in to comment.