diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -277,6 +277,7 @@ namespace ui { width+=fontSize/2; }else if(s[i]=='\b'){ // Handle backspaces? // Why? + // Cuz }else{ width+=ftexwh[i].x+fontSize*.1; } @@ -473,7 +474,7 @@ namespace ui { hub.y-=fontSize*1.15; glRectf(hub.x, hub.y, - hub.x+(player->health/player->maxHealth)*100, + hub.x+(player->health/player->maxHealth)*130, hub.y+12); } |