From c8cfc8a929ce3323f2053bc18b09e3bb89b51d26 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 6 Jun 2022 21:33:23 +0200 Subject: [PATCH] An another comment. --- game/addons/mat_maker_gd/nodes/mm_node.gd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/addons/mat_maker_gd/nodes/mm_node.gd b/game/addons/mat_maker_gd/nodes/mm_node.gd index 9b1208c2..13a5228b 100644 --- a/game/addons/mat_maker_gd/nodes/mm_node.gd +++ b/game/addons/mat_maker_gd/nodes/mm_node.gd @@ -120,6 +120,9 @@ func on_input_property_changed() -> void: set_dirty(true) emit_changed() +# Add it to the MMAlgos bing class instead. +# Not a perfect fit, but a better fit. + #func editor_register_node_class(category : String, cls : String) # -> c++ method, adds node to the editor gui (add button) # in gdscript a plugin should instance an MMNode and call it to populate the add menu