We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ac4a1 commit 22e6c15Copy full SHA for 22e6c15
1 file changed
src/boot/DebugHeader.js
@@ -101,9 +101,11 @@ var DebugHeader = function (game)
101
}
102
103
104
+ var fb = (typeof PLUGIN_FBINSTANT) ? '-FB' : '';
105
+
106
if (!config.hidePhaser)
107
{
- c = c.concat('Phaser v' + CONST.VERSION + ' (' + renderType + ' | ' + audioType + ')');
108
+ c = c.concat('Phaser v' + CONST.VERSION + fb + ' (' + renderType + ' | ' + audioType + ')');
109
110
111
c = c.concat(' %c ' + config.gameURL);
0 commit comments