mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
6 lines
149 B
Text
6 lines
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;
|
||
|
|
||
|
}
|