Commit graph

13 commits

Author SHA1 Message Date
d-hain
441ffb900a Animals can now be bought in AnimalShop
if bought they will be placed somewhere random on the map
2022-06-23 22:18:32 +02:00
dhain
acd602c85a fixed first Shop Slot
started on shop switcher button (for animal shop)
2022-06-23 15:01:13 +02:00
d-hain
e160867e7e Generified ElementStorage.cs and ElementStorageSlot.cs 2022-06-17 14:51:44 +02:00
dhain
7b286bcfd9 day transition is now working 2022-06-09 16:49:15 +02:00
d-hain
64b25a2029 you can now undo a purchase after buying an item from the shop 2022-06-08 21:47:00 +02:00
dhain
de6bab067e added TODO 2022-06-03 09:30:01 +02:00
dhain
ee6704abc1 added ItemStorage.cs, ItemStorageSlot.cs, ItemStorageUI.cs
* Inventory, InventorySlot, InventoryUI, Shop, ShopSlot, ShopUI are extending them
2022-06-02 15:08:21 +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
bc9af1d8d5 worked on inventory hover 2022-05-20 09:44:08 +02:00
dhain
66eb5af0bb inventory 2022-05-19 16:44:53 +02:00
dhain
2ff7fc2c12 diesmal wirklich 2022-05-19 16:03:20 +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