mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
mend
This commit is contained in:
parent
75fcc0968b
commit
30de60c562
@ -80,7 +80,7 @@ void Creature::drawInformation(int x, int y, bool useGray)
|
||||
g_graphics.bindColor(Color::white);
|
||||
|
||||
// name
|
||||
FontPtr font = g_fonts.getFont("helvetica-14px-bold");
|
||||
FontPtr font = g_fonts.getFont("tibia-12px-rounded");
|
||||
font->renderText(m_name, Rect(x-100, y-16, 200, 16), AlignTopCenter, fillColor);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user