diff --git a/editor/icons/parser-csv.png b/editor/icons/parser-csv.png new file mode 100644 index 000000000..5b1c42c48 Binary files /dev/null and b/editor/icons/parser-csv.png differ diff --git a/editor/icons/parser-html.png b/editor/icons/parser-html.png new file mode 100644 index 000000000..fa5373713 Binary files /dev/null and b/editor/icons/parser-html.png differ diff --git a/editor/icons/parser-json.png b/editor/icons/parser-json.png new file mode 100644 index 000000000..839d60dcb Binary files /dev/null and b/editor/icons/parser-json.png differ diff --git a/editor/icons/parser-xml.png b/editor/icons/parser-xml.png new file mode 100644 index 000000000..fa5373713 Binary files /dev/null and b/editor/icons/parser-xml.png differ diff --git a/nodes/core/parsers/70-CSV.html b/nodes/core/parsers/70-CSV.html index 773f04bfb..5c59695d7 100644 --- a/nodes/core/parsers/70-CSV.html +++ b/nodes/core/parsers/70-CSV.html @@ -96,7 +96,7 @@ }, inputs:1, outputs:1, - icon: "arrow-in.png", + icon: "parser-csv.png", label: function() { return this.name||"csv"; }, diff --git a/nodes/core/parsers/70-HTML.html b/nodes/core/parsers/70-HTML.html index 0afd643b5..be7754129 100644 --- a/nodes/core/parsers/70-HTML.html +++ b/nodes/core/parsers/70-HTML.html @@ -63,7 +63,7 @@ }, inputs:1, outputs:1, - icon: "jq.png", + icon: "parser-html.png", label: function() { return this.name||this.tag||"html"; }, diff --git a/nodes/core/parsers/70-JSON.html b/nodes/core/parsers/70-JSON.html index a042d813a..e2a36f41b 100644 --- a/nodes/core/parsers/70-JSON.html +++ b/nodes/core/parsers/70-JSON.html @@ -36,7 +36,7 @@ }, inputs:1, outputs:1, - icon: "arrow-in.png", + icon: "parser-json.png", label: function() { return this.name||"json"; }, diff --git a/nodes/core/parsers/70-XML.html b/nodes/core/parsers/70-XML.html index ddd16c0c5..133201bc6 100644 --- a/nodes/core/parsers/70-XML.html +++ b/nodes/core/parsers/70-XML.html @@ -53,7 +53,7 @@ }, inputs:1, outputs:1, - icon: "arrow-in.png", + icon: "parser-xml.png", label: function() { return this.name||"xml"; },