implement settings and controls screen

This commit is contained in:
LabyStudio
2022-02-05 16:58:30 +01:00
parent 52427e610d
commit e1c5ccfa89
10 changed files with 108 additions and 14 deletions
@@ -0,0 +1,8 @@
window.GameSettings = class {
constructor() {
this.crouching = 'ShiftLeft';
this.sprinting = 'ControlLeft';
}
}