1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

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

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>