We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c58bc commit cb64cc3Copy full SHA for cb64cc3
states/Boot.js
@@ -17,7 +17,7 @@ RENAME_ME.Boot.prototype = {
17
this.scale.pageAlignHorizontally = true;
18
this.scale.pageAlignVertically = true;
19
20
- if (false && this.game.device.desktop) {
+ if (this.game.device.desktop) {
21
console.log("I'm desktop");
22
this.scale.maxWidth = this.game.width;
23
this.scale.maxHeight = this.game.height;
0 commit comments