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

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