implement settings and controls screen
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
window.GameSettings = class {
|
||||
|
||||
constructor() {
|
||||
this.crouching = 'ShiftLeft';
|
||||
this.sprinting = 'ControlLeft';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user