itch.io is community of indie game creators and players

Devlogs

Inventory - Update 0.10.1

Inventory Slot Plugin
A downloadable asset pack

New version 0.10.1

Added a new function search_item_in_panel to search for an item within a specified panel.

Inventory.search_item_in_panel(_panel_id: int, _item_unique_id: int = -1, _path: String = "", _slot: int = -1) 

Removed the panel_id argument from the search_item function. The item search is now performed globally across all panels.

Inventory.search_item(_item_unique_id: int = -1, _path: String = "", _slot: int = -1) 

Files

  • inventory_slot_plugin.zip 615 kB
    4 days ago
Download Inventory Slot Plugin
Leave a comment