Browse Source

Merge branch 'master' of https://github.com/defold/doc

Björn Ritzl 9 months ago
parent
commit
d0fd9d22ad
2 changed files with 3 additions and 1 deletions
  1. 1 1
      docs/en/en.json
  2. 2 0
      docs/en/manuals/editor.md

+ 1 - 1
docs/en/en.json

@@ -1711,7 +1711,7 @@
                         "name": "Setup local build server"
                     },
                     {
-                        "path": "/manuals/extender-docker-iamges",
+                        "path": "/manuals/extender-docker-images",
                         "name": "Avaialble Docker images to run Extender"
                     }
                 ]

+ 2 - 0
docs/en/manuals/editor.md

@@ -138,6 +138,8 @@ Type a suitable name for the new file. The full file name including the file typ
 
 ![create file name](images/editor/create_file_name.png){srcset="images/editor/[email protected] 2x"}
 
+It is possible to specify custom templates for each project. To do so, create a new folder named `templates` in the project’s root directory, and add new files named `default.*` with the desired extensions, such as `/templates/default.gui` or `/templates/default.script`. Additionally, if the `{{NAME}}` token is used in these files, it will be replaced with the filename specified in the file creation window.
+
 ## Importing files to your project
 
 To add asset files (images, sounds, models etc) to your project, simply drag and drop them to the correct position in the *Assets* browser. This will make _copies_ of the files at the selected location in the project file structure. Read more about [how to import assets in our manual](/manuals/importing-assets/).