highscore layout stuff
This commit is contained in:
parent
de89e86fa1
commit
a0126a0148
2 changed files with 2 additions and 2 deletions
|
@ -168,13 +168,13 @@ ig.module(
|
|||
var ypos = 50;
|
||||
for (var i=0; i<ig.global.scores.length; i++) {
|
||||
var score = ig.global.scores[i];
|
||||
this.font.draw(score.Score.score + ' ' + score.Player.username, 100, ypos, ig.Font.ALIGN.LEFT);
|
||||
this.font.draw(score.Score.score + ' ' + score.Player.username, 50, ypos, ig.Font.ALIGN.LEFT);
|
||||
ypos += 50;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.nameField !== null) this.nameField.draw();
|
||||
this.font.draw(ig.global.score, 485, 150, ig.Font.ALIGN.RIGHT);
|
||||
this.font.draw(ig.global.score, 524, 112, ig.Font.ALIGN.RIGHT);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
Loading…
Reference in a new issue