refactor: explicit ws port
This commit is contained in:
parent
945ee700cb
commit
4e0af24583
|
@ -420,7 +420,7 @@ export class App extends decorate(class {}) {
|
||||||
's': 'MoveDown',
|
's': 'MoveDown',
|
||||||
'd': 'MoveRight',
|
'd': 'MoveRight',
|
||||||
},
|
},
|
||||||
connectionUrl: window.location.href,
|
connectionUrl: window.location.protocol + '//' + window.location.hostname + ':8420/',
|
||||||
doPhysicsSimulation: true,
|
doPhysicsSimulation: true,
|
||||||
inputFrequency: 1 / 60,
|
inputFrequency: 1 / 60,
|
||||||
pointerMovementFrequency: 1 / 15,
|
pointerMovementFrequency: 1 / 15,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user