From 0c099d332518e0696d36c9834f68dedd0f38a761 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 4 Oct 2021 11:24:47 +0200 Subject: [PATCH] Added a new MMGraphNode script. --- game/addons/mat_maker_gd/editor/mm_graph_node.gd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 game/addons/mat_maker_gd/editor/mm_graph_node.gd diff --git a/game/addons/mat_maker_gd/editor/mm_graph_node.gd b/game/addons/mat_maker_gd/editor/mm_graph_node.gd new file mode 100644 index 00000000..92c4740d --- /dev/null +++ b/game/addons/mat_maker_gd/editor/mm_graph_node.gd @@ -0,0 +1,3 @@ +tool +extends GraphNode +