extends TextureButton func _on_pressed() -> void: print("hellloooo :)") get_tree().change_scene_to_file("res://node_3d.tscn") # Replace with function body.