Pixel-Composer/scripts/__node_PCX/__node_PCX.gml
2025-01-01 08:12:36 +07:00

6 lines
No EOL
159 B
Text

function Node_PCX(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
name = "Compute Node";
setDimension(96, 48);
destroy_when_upgroup = true;
}