mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-14 14:41:15 +01:00
An another small test.
This commit is contained in:
parent
af5a897f17
commit
036629a84c
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user