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