mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
6 lines
No EOL
148 B
Text
6 lines
No EOL
148 B
Text
function Node_PCX(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
|
|
name = "Compute Node";
|
|
w = 96;
|
|
|
|
destroy_when_upgroup = true;
|
|
} |