tcape / stc_game

Unity 3D Dungeon Crawler game. Junior project 2018/19
5 stars 2 forks source link

Inventory UI #203

Closed AuraZero closed 5 years ago

AuraZero commented 5 years ago

Inventory UI added -Pressing 'i' opens/closes inventory -Tooltips Function -Equipping does not -Needs to be fully linked with stats and might need a helper file or some helper functions in stats file before equipping works, so it's currently blocked by stats rework -Inventory and tooltip positions and scale are easily adjustable if we want to change them at all

tcape commented 5 years ago

Randy, the project has been updated to the new version of Unity 2019. You will need to download and install that version and pull the new development branch. Update your branch as well to 2019. Then merge the latest dev branch into yours and resolve all conflicts and test it out to make sure everything is there and nothing extra. Then create another pull request.