summaryrefslogtreecommitdiff
path: root/modules/gdscript/editor_templates/VisualShaderNodeCustom
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-07Add some more fixes to visual shaderYuri Roubinsky
2022-01-06Add a GDScript template for `VisualShaderNodeCustom`Yuri Roubinsky