瀏覽代碼

Merge pull request #11210 from mkauppila/patch-1

Fix path example in creating_script_templates.rst
Matthew 1 月之前
父節點
當前提交
c30926b396
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/scripting/creating_script_templates.rst

+ 2 - 2
tutorials/scripting/creating_script_templates.rst

@@ -72,8 +72,8 @@ where:
 
 
 For example:
 For example:
 
 
--  ``template_scripts/Node/smooth_camera.gd``
--  ``template_scripts/CharacterBody3D/platformer_movement.gd``
+-  ``script_templates/Node/smooth_camera.gd``
+-  ``script_templates/CharacterBody3D/platformer_movement.gd``
 
 
 Default behavior and overriding it
 Default behavior and overriding it
 ----------------------------------
 ----------------------------------