New font is done
This commit is contained in:
parent
8a5db459f9
commit
477aa1c0b0
3 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
|||
draw: function() {
|
||||
ig.system.context.clearRect( 0 ,0, ig.system.realWidth, ig.system.realHeight );
|
||||
this.parent(); // Draw entries and background
|
||||
this.font.draw(ig.global.score, 270, 10, ig.Font.ALIGN.CENTER);
|
||||
this.font.draw(ig.global.lifes, 370, 10, ig.Font.ALIGN.CENTER);
|
||||
this.font.draw(ig.global.score, 237, 8, ig.Font.ALIGN.LEFT);
|
||||
this.font.draw(ig.global.lifes, 550, 0, ig.Font.ALIGN.RIGHT);
|
||||
|
||||
if (this.showPause) {
|
||||
if(this.pauseDialogAlpha < 1) {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Reference in a new issue