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

Add proper game analytics

This commit is contained in:
tobspr
2020-05-12 20:06:50 +02:00
parent 2411054ad2
commit 241b4b42d9
7 changed files with 193 additions and 76 deletions

View File

@@ -66,7 +66,7 @@ export const globalConfig = {
debug: {
/* dev:start */
fastGameEnter: false,
fastGameEnter: true,
noArtificialDelays: true,
disableSavegameWrite: false,
showEntityBounds: false,
@@ -90,6 +90,9 @@ export const globalConfig = {
// Savegame salt
sgSalt: "}95Q3%8/.837Lqym_BJx%q7)pAHJbF",
// Analytics key
analyticsApiKey: "baf6a50f0cc7dfdec5a0e21c88a1c69a4b34bc4a",
},
};