This commit is contained in:
Eduardo Bart 2011-08-21 18:51:13 -03:00
parent 75fcc0968b
commit 30de60c562
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void Creature::drawInformation(int x, int y, bool useGray)
g_graphics.bindColor(Color::white); g_graphics.bindColor(Color::white);
// name // 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); font->renderText(m_name, Rect(x-100, y-16, 200, 16), AlignTopCenter, fillColor);
} }