TimoGuy / the_restoration

0 stars 0 forks source link

UI design #16

Open TimoGuy opened 5 years ago

TimoGuy commented 5 years ago

Just to help w/ making the game look good instead of looking at boxes all the time

TimoGuy commented 5 years ago

Okay, the stamina bar's good, but the left and right cells take up the space of 1 spot, so if you only had 1 stamina, it couldn't render it. So you need to change it so that the left and right cells are just the 8px wide padding or whatever and the middle one actually has stamina.

Yeah!

TimoGuy commented 5 years ago

So, the next step

I need to be able to test if the stamina bar works, so do a i=0 and every tick do i++ so that the stamina bar can animate from completely empty to completely full eh!

TimoGuy commented 5 years ago

Right now: working on the health bar

TimoGuy commented 5 years ago

Okay, there is a basic bar and hearts with simple beams set up. Programmers art and the framework is set up!

TimoGuy commented 5 years ago

Sooo, have the hearts always showing in upper left corner, and when you're using stamina, have it show up in bottom right corner eh