File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010*/
1111var Phaser = Phaser || {
1212
13- VERSION : '2.1.0-dev ' ,
13+ VERSION : '2.1.0' ,
1414 GAMES : [ ] ,
1515
1616 AUTO : 0 ,
Original file line number Diff line number Diff 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 ++ )
You can’t perform that action at this time.
0 commit comments