danielquinnell / BlackBow

Black Bow is a 2D, cave exploring, archery, puzzle game
Other
3 stars 0 forks source link

Inventory Pickup system #9

Open ashindlecker opened 9 years ago

ashindlecker commented 9 years ago

At the moment the player has infinite arrows. Instead we'd want a player to walk over an arrow to have it added to it's inventory.

A GameObject could have an Inventory component to store items. An Inventory System could do the logic and check if GameObjects with inventories walked over items.