Skip to content

Commit c30926b

Browse files
authored
Merge pull request #11210 from mkauppila/patch-1
Fix path example in creating_script_templates.rst
2 parents 5aebeac + 81b7f52 commit c30926b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/creating_script_templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ where:
7272

7373
For example:
7474

75-
- ``template_scripts/Node/smooth_camera.gd``
76-
- ``template_scripts/CharacterBody3D/platformer_movement.gd``
75+
- ``script_templates/Node/smooth_camera.gd``
76+
- ``script_templates/CharacterBody3D/platformer_movement.gd``
7777

7878
Default behavior and overriding it
7979
----------------------------------

0 commit comments

Comments
 (0)