Skip to content

Commit cbc6ac8

Browse files
committed
New debug header.
1 parent cd7e4ab commit cbc6ac8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
var Phaser = Phaser || {
1212

13-
VERSION: '2.1.0-dev',
13+
VERSION: '2.1.0',
1414
GAMES: [],
1515

1616
AUTO: 0,

src/core/Game.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -533,12 +533,12 @@ Phaser.Game.prototype = {
533533
{
534534
var args = [
535535
'%c %c %c Phaser v' + v + ' | Pixi.js ' + PIXI.VERSION + ' | ' + r + ' | ' + a + ' %c %c ' + ' http://phaser.io %c %c \u2665%c\u2665%c\u2665 ',
536-
'background: #0cf300',
537-
'background: #00bc17',
538-
'color: #ffffff; background: #00711f;',
539-
'background: #00bc17',
540-
'background: #0cf300',
541-
'background: #00bc17'
536+
'background: #7a66a3',
537+
'background: #625186',
538+
'color: #ffffff; background: #43375b;',
539+
'background: #625186',
540+
'background: #ccb9f2',
541+
'background: #625186'
542542
];
543543

544544
for (var i = 0; i < 3; i++)

0 commit comments

Comments
 (0)