Pixel-Composer/scripts/__node_PCX/__node_PCX.gml
2023-09-11 16:08:58 +02:00

6 lines
148 B
Plaintext

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