mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
7 lines
No EOL
190 B
Text
7 lines
No EOL
190 B
Text
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
|
|
} |