From 81b7f5233a9cdd8d2fdf4dd331af46a8f8fbc892 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sat, 16 Aug 2025 13:38:42 +0300 Subject: [PATCH] Update creating_script_templates.rst --- tutorials/scripting/creating_script_templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ----------------------------------