CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

issue #32 added items to map #43

Closed lhvinton closed 4 years ago

lhvinton commented 4 years ago

Added items to the map as well as a "render order" that makes it so items are rendered underneath the player model. Items can be picked up and added to the players inventory. As of yet they don't do anything and there is still no ui so looking at them is kinda hard.

resolves #32