ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Player UI and Item implementation #108

Closed ppebb closed 3 months ago

ppebb commented 3 months ago

Implements Items with the Registry system. Adds UI for the player (inventory, pause menus). Does not include placing items within the world or player-entity collisions (as entities will come in a later pull request).

Addresses tasks #99, #100, and stories #6, #12