Making login scene responsive
This commit is contained in:
parent
8773989bbe
commit
79b5c5de93
4 changed files with 42 additions and 6 deletions
5
front/src/Phaser/Login/ResizableScene.ts
Normal file
5
front/src/Phaser/Login/ResizableScene.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import {Scene} from "phaser";
|
||||
|
||||
export abstract class ResizableScene extends Scene {
|
||||
public abstract onResize(ev: UIEvent): void;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue