Pixel-Composer/scripts/node_group/node_group.gml
2023-03-08 20:59:54 +07:00

7 lines
190 B
Plaintext

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