Browse Source

Merge pull request #1822 from andy5995/scene-based

workflow/proj_org.rst:scene-based (hyphenate)
Nathan Lovato 6 years ago
parent
commit
706225975d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/workflow/project_setup/project_organization.rst

+ 2 - 2
getting_started/workflow/project_setup/project_organization.rst

@@ -19,8 +19,8 @@ proposition will include that too.
 Organization
 Organization
 ------------
 ------------
 
 
-Godot is scene based in nature, and uses the filesystem as-is,
-without metadata or an asset database. 
+Godot is scene-based in nature, and uses the filesystem as-is,
+without metadata or an asset database.
 
 
 Unlike other engines, a lot of resource are contained within the scene
 Unlike other engines, a lot of resource are contained within the scene
 itself, so the amount of files in the filesystem is considerably lower.
 itself, so the amount of files in the filesystem is considerably lower.