extends Button @export var constructible : Prototype func _ready() -> void: icon = constructible.preview func _pressed() -> void: GuiEventBus.construction_selected.emit(constructible)