extends Button @export var weapon: WeaponResource func _ready() -> void: icon = weapon.preview text = str(weapon.cost)