Pixel-Composer/scripts/__node_PCX/__node_PCX.gml

6 lines
160 B
Plaintext
Raw Normal View History

2023-09-11 16:08:58 +02:00
function Node_PCX(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
name = "Compute Node";
2024-05-02 12:13:35 +02:00
setDimension(96, 48);;
2023-09-11 16:08:58 +02:00
destroy_when_upgroup = true;
}