put some space between names in the playerlist
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user