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

Switch to steam

This commit is contained in:
tobspr
2020-06-07 12:56:02 +02:00
parent 1dee6a6aa2
commit a2ee16589f
12 changed files with 51 additions and 28 deletions

View File

@@ -15,8 +15,7 @@ export const THIRDPARTY_URLS = {
discord: "https://discord.gg/HN7EVzV",
github: "https://github.com/tobspr/shapez.io",
// standaloneStorePage: "https://steam.shapez.io",
standaloneStorePage: "https://tobspr.itch.io/shapez.io",
standaloneStorePage: "https://store.steampowered.com/app/1318690/shapezio/",
};
export const globalConfig = {
@@ -45,8 +44,8 @@ export const globalConfig = {
// Belt speeds
// NOTICE: Update webpack.production.config too!
beltSpeedItemsPerSecond: 1,
itemSpacingOnBelts: 0.63,
beltSpeedItemsPerSecond: 2,
itemSpacingOnBelts: 0.8,
minerSpeedItemsPerSecond: 0, // COMPUTED
undergroundBeltMaxTilesByTier: [5, 8],
@@ -83,7 +82,7 @@ export const globalConfig = {
debug: {
/* dev:start */
// fastGameEnter: true,
fastGameEnter: true,
// noArtificialDelays: true,
// disableSavegameWrite: true,
// showEntityBounds: true,