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

Update main menu to show github and discord icon

This commit is contained in:
Tobias Springer
2020-05-10 19:20:32 +02:00
parent a26ef05543
commit 69a2d31792
5 changed files with 69 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ export const globalConfig = {
debug: {
/* dev:start */
fastGameEnter: true,
fastGameEnter: false,
noArtificialDelays: true,
disableSavegameWrite: false,
showEntityBounds: false,

View File

@@ -17,6 +17,18 @@ export class MainMenuState extends GameState {
<div class="mainContainer">
<button class="playButton styledButton">Play</button>
</div>
<div class="footer">
<a href="https://github.com/tobspr/shapez.io" target="_blank">
<span class="thirdpartyLogo githubLogo"></span>
</a>
<a href="https://discord.gg/HN7EVzV" target="_blank">
<span class="thirdpartyLogo discordLogo"></span>
</a>
</div>
`;
}