We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fa81e2 + fe3b20f commit cbd464aCopy full SHA for cbd464a
tutorials/scripting/creating_script_templates.rst
@@ -67,6 +67,11 @@ where:
67
68
* ``extension``: will indicate which language the template will apply to (it should be ``gd`` for GDScript or ``cs`` for C#)
69
70
+For example:
71
+
72
+- ``template_scripts/Node/smooth_camera.gd``
73
+- ``template_scripts/CharacterBody3D/platformer_movement.gd``
74
75
76
Default behaviour and overriding it
77
-----------------------------------
0 commit comments