SnailHunter ADMIN
2026.08.11
Confirmed, and I can tell you exactly what the gap is.
The boss bar is assembled from four separate pieces of original artwork: the square portrait frame, a small "[" bracket that caps the left end of the bar, the bar track itself, and a matching "]" bracket on the right. We were drawing three of them — the left bracket was never drawn at all.
That bracket is 4 pixels wide, and the layout already leaves a 4-pixel space for it between the portrait and the start of the track. With nothing filling that space, the bar looks detached and shifted a few pixels to the right of the portrait, which is exactly what your screenshot shows (portrait ends at pixel 49, bar starts at pixel 54).
Fix is to draw the missing bracket in that gap and butt the portrait frame exactly against it, so the portrait, bracket and bar form one continuous unit like the original.
The boss bar is assembled from four separate pieces of original artwork: the square portrait frame, a small "[" bracket that caps the left end of the bar, the bar track itself, and a matching "]" bracket on the right. We were drawing three of them — the left bracket was never drawn at all.
That bracket is 4 pixels wide, and the layout already leaves a 4-pixel space for it between the portrait and the start of the track. With nothing filling that space, the bar looks detached and shifted a few pixels to the right of the portrait, which is exactly what your screenshot shows (portrait ends at pixel 49, bar starts at pixel 54).
Fix is to draw the missing bracket in that gap and butt the portrait frame exactly against it, so the portrait, bracket and bar form one continuous unit like the original.








