Add assets and add iogames.space backlink

pull/33/head
tobspr 4 years ago
parent bf04485c80
commit e1ae61e0f5

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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

@ -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>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

@ -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);

@ -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>

Loading…
Cancel
Save