Add assets and add iogames.space backlink

This commit is contained in:
tobspr 2020-05-21 17:34:39 +02:00
parent bf04485c80
commit e1ae61e0f5
24 changed files with 29 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

BIN
artwork/thirdparty/armorgames/icon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
artwork/thirdparty/armorgames/icon.psd vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>shapez.io</title>
<meta http-equiv="Refresh" content="0; url=https://shapez.io?embed=armorgames" />
</head>
</html>
<body>
You will be redirected soon
<script type="text/javascript">
window.location.href = "https://shapez.io?embed=armorgames";
</script>
</body>

BIN
artwork/thirdparty/armorgames/index.zip vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
artwork/thirdparty/miniclip/150x110.psd vendored Normal file

Binary file not shown.

BIN
artwork/thirdparty/miniclip/216x287.psd vendored Normal file

Binary file not shown.

BIN
artwork/thirdparty/miniclip/444x287.psd vendored Normal file

Binary file not shown.

BIN
artwork/thirdparty/miniclip/512x512.psd vendored Normal file

Binary file not shown.

BIN
artwork/thirdparty/miniclip/70x59.psd vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -321,6 +321,15 @@
transform: scale(1.01);
}
&.iogLink {
// background: transparenT;
align-self: flex-end;
justify-self: flex-end;
height: unset;
width: unset;
@include S(padding, 3px);
}
.thirdpartyLogo {
display: inline-block;
@include S(width, 50px);

View File

@ -86,6 +86,12 @@ export class MainMenuState extends GameState {
<span class="thirdpartyLogo discordLogo"></span>
</a>
${
G_IS_BROWSER
? `<a class="iogLink" target="_blank" href="https://iogames.space">More .io games</a>`
: ""
}
<div class="author">Made by <a href="https://tobspr.com" target="_blank">Tobias Springer</a></div>
</div>