Skip to content

Commit

Permalink
Add tutorial video links
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Oct 9, 2020
1 parent e798ffa commit c435416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/core/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ export const THIRDPARTY_URLS = {
shapeViewer: "https://viewer.shapez.io",

standaloneStorePage: "https://store.steampowered.com/app/1318690/shapezio/",

levelTutorialVideos: {
21: "https://www.youtube.com/watch?v=0nUfRLMCcgo&",
25: "https://www.youtube.com/watch?v=7OCV1g40Iew&",
26: "https://www.youtube.com/watch?v=gfm6dS1dCoY",
},
};

export const A_B_TESTING_LINK_TYPE = Math.random() > 0.5 ? "steam_1_pr" : "steam_2_npr";
Expand Down

0 comments on commit c435416

Please sign in to comment.