mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-15 06:53:59 +01:00
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
|
function Node_Collection_Managed(_x, _y, _group) : Node_Collection_Inline(_x, _y, _group) constructor {
|
||
|
name = "Managed Collection";
|
||
|
color = COLORS.node_blend_canvas;
|
||
|
|
||
|
modifiable = false;
|
||
|
}
|