The inventory system should:
- Have a UI to show all items in the inventory and the current active item.
- Let the user pick up items and add them to the inventory.
- Let the user drop items and remove them from the inventory.
- Show a description of the selected item.