@@ -145,7 +145,7 @@
"fx.tags": [ { "id": "tag", "color": "#802000" } ],
- "shadergraph.libfolders": ["Shaders"],
+ "shadergraph.libfolders": ["shaders", "shaders/subshaders"],
// DomKit css files list
"domkit.css" : [],
@@ -337,7 +337,7 @@ class ShaderEditor extends hide.view.Graph {
listOfClasses[group].push({
name : fileName,
// TODO: Add a the description to the hlshader file
- description : 'Include $fileName as a subgraph',
+ description : "",
key : relPath,
});
}