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

5 lines
150 B
Plaintext

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