Improve placement of numbers in overworld

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10724 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2012-01-26 01:52:55 +00:00
parent 5bdca7e90f
commit 57085843ae

View File

@@ -759,8 +759,8 @@ bool Track::loadMainTrack(const XMLNode &root)
sm->addBillboardTextSceneNode(GUIEngine::getFont(),
msg.c_str(),
NULL,
core::dimension2df(textsize.Width/10.0f,
textsize.Height/10.0f),
core::dimension2df(textsize.Width/15.0f,
textsize.Height/15.0f),
xyz,
-1 /* id */,
video::SColor(255, 255, 225, 0),