Skip to content

Commit 1650dbd

Browse files
committed
Fit controls on mobile
1 parent bc990d0 commit 1650dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/Controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Controls extends Scene {
2727
this.cameras.main.setBackgroundColor(0x00000000);
2828

2929
const title = this.add
30-
.text(320, 40, 'Controls', {
30+
.text(320, 20, 'Controls', {
3131
fontFamily: 'usuzi',
3232
fontSize: 40,
3333
})

0 commit comments

Comments
 (0)