Skip to content

Commit 22e6c15

Browse files
committed
Display use of FB plugin
1 parent 72ac4a1 commit 22e6c15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/boot/DebugHeader.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ var DebugHeader = function (game)
101101
}
102102
}
103103

104+
var fb = (typeof PLUGIN_FBINSTANT) ? '-FB' : '';
105+
104106
if (!config.hidePhaser)
105107
{
106-
c = c.concat('Phaser v' + CONST.VERSION + ' (' + renderType + ' | ' + audioType + ')');
108+
c = c.concat('Phaser v' + CONST.VERSION + fb + ' (' + renderType + ' | ' + audioType + ')');
107109
}
108110

109111
c = c.concat(' %c ' + config.gameURL);

0 commit comments

Comments
 (0)