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…
Reference in New Issue