UQdeco2800 / 2022-studio-2

MIT License
5 stars 1 forks source link

Fix Armour and Potions bugs + Quickbar display bugs #293

Open Lukeyone opened 2 years ago

Lukeyone commented 2 years ago

Description

Task: Fix Armour and Potions bugs + Quickbar display bugs. Feature: Armour and Potion implementation + Quickbar display bugs

Fix issues related Armour and Potions implementation and display bugs in the quickbar. This mainly focuses on cleaning up the leftover unused code and features, as well as making the armour and potions balanced in their placement throughout the game such that it provide a lively experience for the players. In addition to this, this includes fixing up slight display issues related to the quickbar for potion. Armour and Potion inherit from component, whereas quickbar is made from several methods inside inventoryComponent which also inherits from component.

Dependencies

This ticket relies on the full implementation of Armour and Potions

Milestones

Documentation

Member