Update creating_script_templates.rst

Using Ubuntu and after trying on two different machines. I just want to specify that for Linux the template script files are not listed in the .local/share/godot folder but in .config/godot/.
If someone can confirm on other linux OS 😄
It will allow other people who like me since version 3.0 use scripts_templates in the project root .😭

(cherry picked from commit d8eca54e0c)
This commit is contained in:
horhorou
2021-05-24 20:48:20 +02:00
committed by Rémi Verschelde
parent 5ab4ff1e71
commit 1fb62d802e

View File

@@ -23,7 +23,7 @@ These are available globally throughout any project. The location of these
templates are determined per each OS:
- Windows: ``%APPDATA%\Godot\script_templates\``
- Linux: ``$HOME/.local/share/godot/script_templates/``
- Linux: ``$HOME/.config/godot/script_templates/``
- macOS: ``$HOME/Library/Application Support/Godot/script_templates/``
If no ``script_templates`` is detected, Godot will create a default set of