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

display version in main menu

This commit is contained in:
tobspr
2020-12-07 19:37:55 +01:00
parent 2b685ee98c
commit 46e53244d4
2 changed files with 10 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ export class MainMenuState extends GameState {
<div class="logo">
<img src="${cachebust("res/logo.png")}" alt="shapez.io Logo">
<span class="updateLabel">Wires update!</span>
<span class="updateLabel">v${G_BUILD_VERSION}</span>
</div>
<div class="mainWrapper ${showDemoBadges ? "demo" : "noDemo"}">