Add assets and add iogames.space backlink
Before Width: | Height: | Size: 74 KiB |
BIN
artwork/thirdparty/armorgames/162x100.png
vendored
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
artwork/thirdparty/armorgames/162x100.psd
vendored
Normal file
BIN
artwork/thirdparty/armorgames/620x320.png
vendored
Normal file
After Width: | Height: | Size: 262 KiB |
BIN
artwork/thirdparty/armorgames/620x320.psd
vendored
Normal file
BIN
artwork/thirdparty/armorgames/icon.png
vendored
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
artwork/thirdparty/armorgames/icon.psd
vendored
Normal file
14
artwork/thirdparty/armorgames/index.html
vendored
Normal 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
BIN
artwork/thirdparty/iogames.space/thumb.png
vendored
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
artwork/thirdparty/miniclip/150x110.psd
vendored
Normal file
BIN
artwork/thirdparty/miniclip/216x287.psd
vendored
Normal file
BIN
artwork/thirdparty/miniclip/444x287.psd
vendored
Normal file
BIN
artwork/thirdparty/miniclip/512x512.psd
vendored
Normal file
BIN
artwork/thirdparty/miniclip/70x59.psd
vendored
Normal file
BIN
artwork/thirdparty/miniclip/shapezio-miniclip-assets.zip
vendored
Normal file
BIN
artwork/thirdparty/miniclip/shapezio__150x110.png
vendored
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
artwork/thirdparty/miniclip/shapezio__216x287.png
vendored
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
artwork/thirdparty/miniclip/shapezio__444x287.png
vendored
Normal file
After Width: | Height: | Size: 182 KiB |
BIN
artwork/thirdparty/miniclip/shapezio__512x512.png
vendored
Normal file
After Width: | Height: | Size: 353 KiB |
BIN
artwork/thirdparty/miniclip/shapezio__70x59.png
vendored
Normal file
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>
|
||||
|