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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user