The player HUD will only include necessary information on their weapons, health and other details of the player or map. With no extensive features on the player, the basic components will be needed.
Acceptance Criteria
[x] Can view player health
[x] Can view current weapon
[x] Can view ammo count
[ ] Can view triggers for pause screen
Implementation
Investigate whether you can layer widgets -> Create a widget if required
Implement a healthbar for the player
Show a count of how much health left
Show the current weapon equipped
Show the current ammo count left on the active weapon
Description
The player HUD will only include necessary information on their weapons, health and other details of the player or map. With no extensive features on the player, the basic components will be needed.
Acceptance Criteria
Implementation