mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
mend
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user