Skip to content

Commit

Permalink
Format gameInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed May 29, 2020
1 parent 55ed869 commit cb60a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Phaser.Utils.Debug.prototype = {
this.start(x, y, color);

this.line('Game ID ' + game.id);
this.line({1: 'Canvas', 2: 'WebGL', 3: 'Headless', 4: 'WebGL Multitexture'}[game.renderType] + ' ' + game.width + ' x ' + game.height);
this.line({1: 'Canvas', 2: 'WebGL', 3: 'Headless', 4: 'WebGL Multitexture'}[game.renderType] + ' (' + game.width + ' x ' + game.height + ')');
this.line('Paused: ' + game.paused);
this.line('Stepping: ' + game.stepping + ' (' + game.stepCount + ')');

Expand Down

0 comments on commit cb60a2e

Please sign in to comment.