Travh98 / GWJ_Jan2023_Heartless

2 stars 0 forks source link

Implement Player HUD UI (shows health & stats) #7

Open Travh98 opened 1 year ago

RaoulMarz commented 1 year ago

A simple prototype with some placeholder icons will be created for an intitial prototype, and then refined and the style blended with the overall game art style.

Zion-D-Hill commented 1 year ago

Just a heads up, Raoul, there are already some placeholder UI sprites made (health and ui backdrop). Wasn't sure if you were made aware. image image

Some things to note about health and ui implementation:

Health will be in Whole heart intervals, no quarter or half hearts like shown here: image

Make sure health uses that backdrop as well, and ideally the backdrop scales in size as you obtain more hearts and decreases when you lose them

If you have any questions, comments, or concerns let me know! You are always welcome to DM me on discord or @me on the server, those are the places I will respond the soonest! Keep at it man, we got this!!💪💪💪💪 :)

RaoulMarz commented 1 year ago

Thanks for the update. Will incorporate that graphics style you laid out.

RaoulMarz commented 1 year ago

Image

Changed the style. Currently only handles a 3 heart progress where the maximum heath is 3. Will add maximun health of 2 and 4 today.