Sfoglia il codice sorgente

Update creating_script_templates.rst

Markus Kauppila 1 mese fa
parent
commit
81b7f5233a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tutorials/scripting/creating_script_templates.rst

+ 2 - 2
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
 ----------------------------------