Commit graph

18 commits

Author SHA1 Message Date
d-hain
424b70e950 no more UnityEditorInternal 2022-06-24 16:57:40 +02:00
j-weissen
0fe6f1f8dd fixed cow 2022-06-24 08:53:52 +02:00
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
j-weissen
5d4bf8c940 ActionHandlers working for Clicks on Tiles 2022-06-23 02:21:50 +02:00
d-hain
3a564aa909 edge colliders on camera
animals are moving now (very bad => will get better)
set BasicTile Collider2D isTrigger to false
2022-06-10 17:51:46 +02:00
j-weissen
74d6c7813c changed water sprite, removed debug logs, farmland -> grass with shovel 2022-06-09 01:05:11 +02:00
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