Update favicon and logo to deploy new design (#1475)

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
grégoire parant 2021-09-20 22:42:15 +02:00 committed by GitHub
parent 8c96b514d4
commit e77d4dda84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@ import { DirtyScene } from "../Game/DirtyScene";
const LogoNameIndex: string = "logoLoading";
const TextName: string = "Loading...";
const LogoResource: string = "resources/logos/logo.png";
const LogoFrame: ImageFrameConfig = { frameWidth: 307, frameHeight: 59 };
const LogoResource: string = "static/images/logo.png";
const LogoFrame: ImageFrameConfig = { frameWidth: 310, frameHeight: 60 };
export const addLoader = (scene: Phaser.Scene): void => {
// If there is nothing to load, do not display the loader.