connections

This commit is contained in:
2026-03-17 07:54:35 -07:00
parent 3601fe46aa
commit 86a031e3f5
5 changed files with 53 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ var inspector_plugin: EditorInspectorPlugin
func _enter_tree() -> void:
inspector_plugin = INSPECTOR_PLUGIN.new()
print("HELLO")
add_inspector_plugin(inspector_plugin)
func _exit_tree() -> void: