correction of resize select character and companion by David

This commit is contained in:
GRL 2021-05-31 10:20:30 +02:00
parent 474323b95f
commit 1ac108a9b8
12 changed files with 40 additions and 23 deletions

View file

@ -80,7 +80,7 @@ export class LoginScene extends ResizableScene {
}
public onResize(ev: UIEvent): void {
public onResize(): void {
this.centerXDomElement(this.loginSceneElement, 200);
}
}