Adding LayoutManager to position videos as cleverly as possible

This commit is contained in:
David Négrier 2020-08-11 22:32:55 +02:00
parent 4b940a571c
commit 7232bbaef9
3 changed files with 105 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import {FourOFourScene} from "./Phaser/Reconnecting/FourOFourScene";
import {CustomizeScene} from "./Phaser/Login/CustomizeScene";
const config: GameConfig = {
title: "Office game",
title: "WorkAdventure",
width: window.innerWidth / RESOLUTION,
height: window.innerHeight / RESOLUTION,
parent: "game",