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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user