Commit graph

12 commits

Author SHA1 Message Date
d-hain
cdd8ae7441 Items adjusted prices
fixed some Tile sheeesh
selling overflowing Items in Inventory (over 999)
2022-06-09 00:42:36 +02:00
j-weissen
624432e1da added Wheat item, changed Wheat Sprites 2022-06-08 23:53:00 +02:00
d-hain
81e91c185c crop in inv 2022-06-08 23:44:16 +02:00
j-weissen
7ceb7e4bcb Crops working 2022-06-08 23:32:24 +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
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