extends Button @export var id: int func _on_pressed() -> void: BuildManager.selected_object_id = id print(BuildManager.selected_object_id)