1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-04-30 05:47:54 +02:00

An another comment.

This commit is contained in:
Relintai 2022-06-06 21:33:23 +02:00
parent b9a0c5f275
commit c8cfc8a929

View File

@ -120,6 +120,9 @@ func on_input_property_changed() -> void:
set_dirty(true) set_dirty(true)
emit_changed() 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) #func editor_register_node_class(category : String, cls : String)
# -> c++ method, adds node to the editor gui (add button) # -> 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 # in gdscript a plugin should instance an MMNode and call it to populate the add menu