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

Refactoring of the key action mapper, allow deselecting buildings, make sure stars always spawn in the start region (closes #7) (closes #9)

This commit is contained in:
tobspr
2020-05-21 10:40:21 +02:00
parent 1577ebe48c
commit 8760026893
28 changed files with 93 additions and 50 deletions

View File

@@ -194,8 +194,7 @@ export class MainMenuState extends GameState {
onSteamLinkClicked(event) {
this.app.analytics.trackUiClick("main_menu_steam_link");
alert("The steam version will launch very soon! (Planned date: Begin of June 2020)");
// window.open("https://steam.shapez.io");
window.open(THIRDPARTY_URLS.standaloneStorePage);
event.preventDefault();
return false;
}