put some space between names in the playerlist
This commit is contained in:
parent
e270aeb92e
commit
e20b55ba59
|
@ -106,7 +106,7 @@ public class ReplayPlayback {
|
|||
}
|
||||
processKeys();
|
||||
g.setColor(color);
|
||||
ypos *= SQSIZE;
|
||||
ypos *= (SQSIZE + 5);
|
||||
for (int i = 0; i < 4; i++) {
|
||||
if (keydelay[i] > 0) {
|
||||
g.fillRect(SQSIZE * i, ypos, SQSIZE, SQSIZE);
|
||||
|
|
Loading…
Reference in New Issue
Block a user