|
|
@ -72,7 +72,7 @@ func select_previous_item() -> void: |
|
|
|
|
|
|
|
func select_quick_slot(slot_index: int) -> void: |
|
|
|
_selected_item = slot_index |
|
|
|
InventoryManager.quick_slot_selected.emit(slot_index) |
|
|
|
InventoryManager.quick_slot_selected.emit(_selected_item) |
|
|
|
update_highlighted_slot() |
|
|
|
|
|
|
|
func update_highlighted_slot() -> void: |
|
|
|