2026-01-23 14:33:24 +11:00
|
|
|
extends Inventory
|
2026-01-17 17:07:53 +11:00
|
|
|
|
2026-01-23 14:33:24 +11:00
|
|
|
#@export var slot : ItemSlot
|
2026-01-17 17:07:53 +11:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func _on_button_pressed() -> void:
|
2026-01-23 14:33:24 +11:00
|
|
|
empty_grid()
|
|
|
|
|
#slot.item = null
|
|
|
|
|
#slot.update_ui()
|