Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d84d33

Browse files
authored
Shorten and rephrase Project Organization intro
- Removed mentioning purpose of this tutorial twice/redundancy. - Cut out some wordy text and combined the two paragraphs into one.
1 parent 2442e55 commit 8d84d33

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

getting_started/workflow/project_setup/project_organization.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ Project organization
55

66
Introduction
77
------------
8-
9-
This tutorial aims to propose a simple workflow on how to organize
10-
projects. Since Godot allows the programmer to use the filesystem as
11-
they please, figuring out a way to organize projects when starting
12-
to use the engine can be a little challenging. Because of this, the
13-
tutorial describes a simple workflow, which should work as a starting
14-
point, regardless of whether it is used.
15-
16-
Additionally, using version control can be challenging, so this
17-
proposition will include that too.
8+
Since Godot has no restrictions on project structure or filesystem usage,
9+
organizing files when learning the engine can seem challenging. This
10+
tutorial suggests a workflow which should be a good starting point.
11+
We will also cover using version control with Godot.
1812

1913
Organization
2014
------------

0 commit comments

Comments
 (0)