diff --git a/editor/icons/join.png b/editor/icons/join.png index f00642df0..a9a830ce2 100644 Binary files a/editor/icons/join.png and b/editor/icons/join.png differ diff --git a/editor/icons/split.png b/editor/icons/split.png new file mode 100644 index 000000000..1785dee4e Binary files /dev/null and b/editor/icons/split.png differ diff --git a/nodes/core/logic/17-split.html b/nodes/core/logic/17-split.html index 232063c15..2b93b336b 100644 --- a/nodes/core/logic/17-split.html +++ b/nodes/core/logic/17-split.html @@ -58,8 +58,7 @@ }, inputs:1, outputs:1, - icon: "switch.png", - align: "right", + icon: "split.png", label: function() { return this.name||"split"; },