Pixel-Composer/scripts/__node_PCX/__node_PCX.gml

6 lines
159 B
Text
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";
2025-01-01 02:12:36 +01:00
setDimension(96, 48);
2023-09-11 16:08:58 +02:00
destroy_when_upgroup = true;
}