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