Pixel-Composer/scripts/node_collection_managed/node_collection_managed.gml

6 lines
194 B
Plaintext
Raw Normal View History

2024-06-11 05:06:42 +02:00
function Node_Collection_Managed(_x, _y, _group) : Node_Collection_Inline(_x, _y, _group) constructor {
name = "Managed Collection";
color = COLORS.node_blend_canvas;
modifiable = false;
}