mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
function Node_RM(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) constructor {
|
|
name = "RM";
|
|
is_3D = NODE_3D.sdf;
|
|
|
|
} |