From 1c0d30e5a2d9a8c5ed29dc615a2f417f2c8817e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=AF=5C=5F=28=E3=83=84=29=5F/=C2=AF?= Date: Mon, 22 Mar 2021 16:13:27 +0100 Subject: [PATCH] Add copyright info button from #rc3 original code by rob@os23.de --- front/dist/resources/logos/gray-noncopy.svg | 18 +++++++++--------- front/dist/resources/logos/green_copyright.svg | 8 ++++---- front/src/Phaser/Game/GameScene.ts | 1 - 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/front/dist/resources/logos/gray-noncopy.svg b/front/dist/resources/logos/gray-noncopy.svg index ee750857..6b6b8d71 100644 --- a/front/dist/resources/logos/gray-noncopy.svg +++ b/front/dist/resources/logos/gray-noncopy.svg @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/front/dist/resources/logos/green_copyright.svg b/front/dist/resources/logos/green_copyright.svg index 561074dd..f646a649 100644 --- a/front/dist/resources/logos/green_copyright.svg +++ b/front/dist/resources/logos/green_copyright.svg @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index 5ed44e46..cd2edeb4 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -497,7 +497,6 @@ export class GameScene extends DirtyScene implements CenterListener { }, 1000); } } - copyrightInfo.initCopyrightInfo(mapDirUrl); this.createPromiseResolve();