An another small test.

This commit is contained in:
Relintai 2022-06-19 18:30:51 +02:00
parent af5a897f17
commit 036629a84c
2 changed files with 7 additions and 0 deletions

View File

@ -5,7 +5,12 @@
#include "../../editor/mm_graph_node.h"
#include "../mm_material.h"
void MMShape::test() {
print_error("test");
}
Ref<MMNodeUniversalProperty> MMShape::get_image() {
test();
return image;
}

View File

@ -31,6 +31,8 @@ public:
SHAPE_TYPE_RAYS = 4,
};
void test();
void _init_properties();
void _register_methods(MMGraphNode *mm_graph_node);
void _render(const Ref<MMMaterial> &material);