mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
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:
committed by
Rémi Verschelde
parent
5ab4ff1e71
commit
1fb62d802e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user