Comment 5 for bug 925168

Revision history for this message
Steffan James (ruirize) wrote :

Also fixed;
The Scoreboard very oddly uses spaces to push the text into the correct position.

On the RED player name drawing code, change it to
draw_text(xoffset-4 + 28, yoffset+70+20*(i+1),player.name);

for the BLU player name:
draw_text(xoffset+xsize/2+32+28, yoffset+70+20*(i+1),player.name);

Basically remove the spaces and replace with an x-offset of 28.