mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
function Node_PCX(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
|
|
name = "Compute Node";
|
|
setDimension(96, 48);;
|
|
|
|
destroy_when_upgroup = true;
|
|
} |