@tool extends Button func _ready() -> void: get_parent().move_child(self, get_parent().get_child_count()-2) func run_tests(): print("Starting tests") EditorInterface.play_custom_scene("res://addons/besseretests/scenesrc/runtimescene.tscn")