Add copyright info button from #rc3

original code by rob@os23.de
This commit is contained in:
¯\_(ツ)_/¯ 2021-03-22 16:13:27 +01:00 committed by Thomas Basler
parent dbef5de7bb
commit 1c0d30e5a2
3 changed files with 13 additions and 14 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="196" height="196" style="enable-background:new 0 0 196 196;">
<circle cx="98" cy="98" r="98" fill="#808080"/>
<circle cx="98" cy="98" r="78" fill="#fff"/>
<circle cx="98" cy="98" r="55" fill="#808080"/>
<circle cx="98" cy="98" r="30" fill="#fff"/>
<rect width="31" height="25" x="123" y="85" fill="#fff"/>
<rect width="20.5" height="100" transform="matrix(1,1,-1,1,137.75,37.75)" fill="#fff"/>
<rect width="17.5" height="120" transform="matrix(1,1,-1,1,149.25,29.25)" fill="#808080"/>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="196" height="196" style="enable-background:new 0 0 196 196;">
<circle cx="98" cy="98" r="98" fill="#808080"/>
<circle cx="98" cy="98" r="78" fill="#fff"/>
<circle cx="98" cy="98" r="55" fill="#808080"/>
<circle cx="98" cy="98" r="30" fill="#fff"/>
<rect width="31" height="25" x="123" y="85" fill="#fff"/>
<rect width="20.5" height="100" transform="matrix(1,1,-1,1,137.75,37.75)" fill="#fff"/>
<rect width="17.5" height="120" transform="matrix(1,1,-1,1,149.25,29.25)" fill="#808080"/>
</svg>

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 577 B

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="197" height="197" style="enable-background:new 0 0 197 197;">
<circle cx="98" cy="98" r="88" fill="#fff" stroke="#0FAD2C" stroke-width="20"/>
<path d="M152.5,111.4a55.3,55.3 0 1 1 0-25h-26a30,30 0 1 0 0,25z" fill="#0FAD2C"/>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="197" height="197" style="enable-background:new 0 0 197 197;">
<circle cx="98" cy="98" r="88" fill="#fff" stroke="#0FAD2C" stroke-width="20"/>
<path d="M152.5,111.4a55.3,55.3 0 1 1 0-25h-26a30,30 0 1 0 0,25z" fill="#0FAD2C"/>
</svg>

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 317 B

View File

@ -497,7 +497,6 @@ export class GameScene extends DirtyScene implements CenterListener {
}, 1000);
}
}
copyrightInfo.initCopyrightInfo(mapDirUrl);
this.createPromiseResolve();