Keith1039 / Pygame-RPG

A repository of me trying to make an RPG with a custom game engine with Pygame added in as support.
0 stars 0 forks source link

Pygame-RPG 12 Addition of Health and Mana bar #35

Closed Keith1039 closed 1 year ago

Keith1039 commented 1 year ago

Pygame-RPG 12 Addition of Health and Mana bar

This PR is to create the draw_health_bar() function for the UIManager class. This PR also includes adding the assets used in drawing the health and mana bar. The frame rate counter was also moved to the right to accommodate the addition of the health and mana bar. Some slight formatting changes were also made. image

Note

PR checklist