Commit graph

7 commits

Author SHA1 Message Date
s-prechtl
fe63511825 Fishing Rod + Cursor 2022-06-03 08:29:07 +02:00
d-hain
f7b593045f µ 2022-06-03 00:07:30 +02:00
dhain
d28a1947eb display no number in inventory when only 1 item is in the slot 2022-06-02 12:13:58 +02:00
d-hain
ce1f6ed389 added cost amount to items
added Shop UI
added Shop.cs
 * you now can buy items and you lose the cost when bought
 * shop is scrollable

added comments in Inventory.cs, InventorySlot.cs, InventoryUI.cs
now showing description when hovering over items in shop or inventory
2022-06-02 00:08:37 +02:00
dhain
25f51c2622 added Inventory system
added Inventory UI
changed Item to ScriptableObject
2022-05-19 15:42:07 +02:00
d-hain
aacdd80fdf added Inventory UI
added logic to inventory
 * it is very possible to be reworked in the near future
 * With
   - ScriptableItem
   - an own Inventory class maybe
   - if necessary no Dictionary anymore
2022-05-19 02:30:21 +02:00
s-prechtl
751bae3c7f adding packages 2022-05-06 07:05:03 +02:00