connections
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -35,7 +35,7 @@ func _parse_begin(object: Object) -> void:
|
||||
func _on_configure_pressed(transition_piece: TransitionPiece) -> void:
|
||||
if config_dialog == null:
|
||||
config_dialog = CONFIG_DIALOG.new()
|
||||
add_child(config_dialog)
|
||||
EditorInterface.get_editor_main_screen().add_child(config_dialog)
|
||||
|
||||
config_dialog.transition_piece = transition_piece
|
||||
config_dialog.populate_rooms()
|
||||
|
||||
Reference in New Issue
Block a user