Keep track of items that the player currently has and display them in UI.
It should limit the number of items (3 for weapons, 5 for artifact)*
*play test needed
Types:
[X] Small version that always displaying equipped weapons at the top left corner of screen
[X] Big version that will display all of equipped weapons & artifacts and pause the game while opening it (open and close by tan button, doesn't resume the game when player picking a reward)
[x] Narrow version of Big version that only appears when player picked new item but player already has maximum amount of that type items. (ex. when players has 3 weapons already but picked another weapon from reward)
Functions:
[X] Check & Updates all of 'current' equipped items
[X] UI that display items with icons
[x] (For type 3 only) Make each icon click-able to replace that item with new reward
Keep track of items that the player currently has and display them in UI. It should limit the number of items (3 for weapons, 5 for artifact)*
*play test needed
Types:
Functions: