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