You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement stamina bar for displaying player stamina. The bar will empty and refill based on the player's current remaining stamina. In the first iteration of the Stamina Bar, the built-in LIBGDX style for ProgressBar() will be used, where the size and colour can be changed by code. After successfully implementing the default stamina bar, a custom designed bar will be implemented with the same functionality, but with aesthetics aligning the overall retro game style.
Dependencies
N/A
Milestones
Create a stamina bar class for drawing the player stamina bar.
Implement the stamina bar with default Libgdx style.
Create custom drawings and designs for the player stamina bar.
Integrate tge custom designs to the existing stamina bar class.
Description
Task: Stamina Bar
Feature Ticket: #42
Implement stamina bar for displaying player stamina. The bar will empty and refill based on the player's current remaining stamina. In the first iteration of the Stamina Bar, the built-in LIBGDX style for ProgressBar() will be used, where the size and colour can be changed by code. After successfully implementing the default stamina bar, a custom designed bar will be implemented with the same functionality, but with aesthetics aligning the overall retro game style.
Dependencies
Milestones
Documentation
To be filled
Members
The text was updated successfully, but these errors were encountered: