Skip to content

Commit

Permalink
- don't use DI_ITEM_RELCENTER for Blood's animated heart.
Browse files Browse the repository at this point in the history
It does not look right for this sprite.
  • Loading branch information
coelckers committed May 29, 2021
1 parent 1ea09cd commit 39b84c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/games/blood/ui/sbar.zs
Expand Up @@ -644,7 +644,7 @@ class BloodStatusBar : RazeStatusBar

int health = pPlayer.GetHealth();
BeginHUD(1, false, 320, 200);
DrawImage("HealthIcon", (12, 195 - 200), DI_ITEM_RELCENTER, scale:(0.56, 0.56));
DrawImage("HealthIcon", (12, 195 - 200), 0, scale:(0.56, 0.56));
DrawStatNumber("%d", health >> 4, "SBarNumberHealth", 28, 187 - 200, 0, 0);
if (pPlayer.armor[1])
{
Expand Down

0 comments on commit 39b84c4

Please sign in to comment.