mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-19 03:14:21 +01:00
Also add MMMaterial as a custom type.
This commit is contained in:
parent
5bb4822164
commit
137fd29f35
@ -11,6 +11,7 @@ var tool_button : ToolButton = null
|
|||||||
|
|
||||||
func _enter_tree():
|
func _enter_tree():
|
||||||
add_custom_type("MMNode", "Resource", MMNode, null)
|
add_custom_type("MMNode", "Resource", MMNode, null)
|
||||||
|
add_custom_type("MMMaterial", "Resource", MMMaterial, null)
|
||||||
|
|
||||||
editor_scene = editor_packed_scene.instance()
|
editor_scene = editor_packed_scene.instance()
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ func _enter_tree():
|
|||||||
|
|
||||||
func _exit_tree():
|
func _exit_tree():
|
||||||
remove_custom_type("MMNode")
|
remove_custom_type("MMNode")
|
||||||
|
remove_custom_type("MMMaterial")
|
||||||
|
|
||||||
remove_control_from_bottom_panel(editor_scene)
|
remove_control_from_bottom_panel(editor_scene)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user