extends Interaction func _ready(): add_action("Microscope", microscope) func microscope(): get_parent().open_microscoping_menu()