Add matrix icon
This commit is contained in:
parent
8b4ab119f8
commit
f020b2e0ef
2 changed files with 2 additions and 2 deletions
BIN
icons/matrix.png
Normal file
BIN
icons/matrix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 255 B |
|
@ -86,7 +86,7 @@
|
||||||
},
|
},
|
||||||
inputs:0,
|
inputs:0,
|
||||||
outputs:1,
|
outputs:1,
|
||||||
icon: "file.png",
|
icon: "matrix.png",
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.name||"matrix-input";
|
return this.name||"matrix-input";
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
},
|
},
|
||||||
inputs:1,
|
inputs:1,
|
||||||
outputs:0,
|
outputs:0,
|
||||||
icon: "file.png",
|
icon: "matrix.png",
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.name||"matrix-output";
|
return this.name||"matrix-output";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue