We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc990d0 commit 1650dbdCopy full SHA for 1650dbd
src/scenes/Controls.js
@@ -27,7 +27,7 @@ export class Controls extends Scene {
27
this.cameras.main.setBackgroundColor(0x00000000);
28
29
const title = this.add
30
- .text(320, 40, 'Controls', {
+ .text(320, 20, 'Controls', {
31
fontFamily: 'usuzi',
32
fontSize: 40,
33
})
0 commit comments