diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.rst index 6bd550798..41d69d0a3 100644 --- a/tutorials/scripting/creating_script_templates.rst +++ b/tutorials/scripting/creating_script_templates.rst @@ -72,8 +72,8 @@ where: 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 ----------------------------------