Pixel-Composer/scripts/node_group/node_group.gml
2022-12-13 20:11:39 +07:00

5 lines
171 B
Plaintext

function Node_Group(_x, _y, _group = -1) : Node_Collection(_x, _y, _group) constructor {
name = "Group";
color = COLORS.node_blend_collection;
icon = THEME.group_s;
}