From eaaddfc052a26392964c1580fa39dc629828884f Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Wed, 23 Jun 2010 22:20:13 +0000 Subject: fix font size for first player git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2558 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/plugins/teamduel.usdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/plugins/teamduel.usdx b/game/plugins/teamduel.usdx index c5a35aa0..68e91da3 100644 --- a/game/plugins/teamduel.usdx +++ b/game/plugins/teamduel.usdx @@ -23,7 +23,7 @@ * $URL$ * $Id$ *]] - + -- some values to adjust the creation of PlayerChanges local MinPercentage = 0.06; -- minimal amount of points between changes (in percent) local MaxPercentage = 0.12; -- maximal amount of points between changes (in percent) @@ -162,8 +162,8 @@ function DrawPlayerText(i, Text) -- text Gl.Color(1, 0, 0, 1); - TextGl.Size(18); TextGl.Style(1); + TextGl.Size(18); TextGl.Italic(false); local PosX = (OSD[i].Left + OSD[i].Right) / 2; PosX = PosX - TextGl.Width(Text) / 2; -- cgit v1.2.3