put some space between names in the playerlist

This commit is contained in:
yugecin 2017-03-30 00:00:00 +02:00
parent e270aeb92e
commit e20b55ba59

View File

@ -106,7 +106,7 @@ public class ReplayPlayback {
} }
processKeys(); processKeys();
g.setColor(color); g.setColor(color);
ypos *= SQSIZE; ypos *= (SQSIZE + 5);
for (int i = 0; i < 4; i++) { for (int i = 0; i < 4; i++) {
if (keydelay[i] > 0) { if (keydelay[i] > 0) {
g.fillRect(SQSIZE * i, ypos, SQSIZE, SQSIZE); g.fillRect(SQSIZE * i, ypos, SQSIZE, SQSIZE);