Browse Source

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 .😭
horhorou 4 năm trước cách đây
mục cha
commit
d8eca54e0c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tutorials/scripting/creating_script_templates.rst

+ 1 - 1
tutorials/scripting/creating_script_templates.rst

@@ -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