mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor fix for the standalone
This commit is contained in:
1
gulp/.gitignore
vendored
1
gulp/.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
additional_build_files
|
additional_build_files
|
||||||
|
steampipe
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ export class MainMenuState extends GameState {
|
|||||||
<a class="changelog">${T.changelog.title}</a>
|
<a class="changelog">${T.changelog.title}</a>
|
||||||
|
|
||||||
${
|
${
|
||||||
G_IS_BROWSER &&
|
!G_IS_STANDALONE &&
|
||||||
this.app.platformWrapper instanceof PlatformWrapperImplBrowser &&
|
this.app.platformWrapper instanceof PlatformWrapperImplBrowser &&
|
||||||
this.app.platformWrapper.embedProvider.iogLink
|
this.app.platformWrapper.embedProvider.iogLink
|
||||||
? `<a class="iogLink" target="_blank" href="https://iogames.space">.io games</a>`
|
? `<a class="iogLink" target="_blank" href="https://iogames.space">.io games</a>`
|
||||||
|
|||||||
Reference in New Issue
Block a user