Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Medical hud fix on it coverin the progress bar. #182

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Client/EntityHealthBar/EntityHealthBarOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected override void Draw(in OverlayDrawArgs args)
float yOffset;
if (spriteQuery.TryGetComponent(mob.Owner, out var sprite))
{
yOffset = sprite.Bounds.Height + 15f;
yOffset = sprite.Bounds.Height + 20f;
}
else
{
Expand Down
Loading