mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-04 08:11:50 -08:00
Fix keys being stuck, show savegame levels in main menu
This commit is contained in:
parent
2a4ee8e784
commit
e0facaf788
28 changed files with 175 additions and 138 deletions
|
|
@ -32,9 +32,6 @@ module.exports = ({ watch = false, standalone = false }) => {
|
|||
"window.assert(false, 'abstract method called of: ' + (this.name || (this.constructor && this.constructor.name)));",
|
||||
G_HAVE_ASSERT: "true",
|
||||
G_APP_ENVIRONMENT: JSON.stringify("dev"),
|
||||
G_API_ENDPOINT: JSON.stringify(
|
||||
lzString.compressToEncodedURIComponent("http://localhost:5005/v1")
|
||||
),
|
||||
G_TRACKING_ENDPOINT: JSON.stringify(
|
||||
lzString.compressToEncodedURIComponent("http://localhost:10005/v1")
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue