summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor_templates
AgeCommit message (Collapse)Author
2022-03-28Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde
Not a full refactor as it still goes through ScriptLanguage so it's hacky, but at least it can now compile without this.
2022-03-28Make script templates follow the GDScript style guideMichael Alexsander
2022-03-09Fix `VisualShaderNodeCustom` script templateYuri Roubinsky
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-07Merge pull request #57748 from fabriceci/rename-script-template-variableRémi Verschelde
2022-02-07rename jump force to jump velocityfabriceci
2022-02-07Add some more fixes to visual shaderYuri Roubinsky
2022-01-06Add a GDScript template for `VisualShaderNodeCustom`Yuri Roubinsky
2022-01-02Improve editor template workflowfabriceci
Co-Authored-By: jmb462 <jmb462@gmail.com>