mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 14:33:53 +01:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
function Node_RM(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) constructor {
|
|
name = "RM";
|
|
is_3D = NODE_3D.sdf;
|
|
batch_output = true;
|
|
|
|
} |