mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Unlock all levels when having a legacy savegame
This commit is contained in:
parent
fa27d1681f
commit
7dccc1a844
5 changed files with 533 additions and 416 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import { queryParamOptions } from "./query_parameters";
|
||||
|
||||
export const IS_DEBUG =
|
||||
G_IS_DEV &&
|
||||
typeof window !== "undefined" &&
|
||||
|
|
@ -9,6 +7,8 @@ export const IS_DEBUG =
|
|||
|
||||
export const SUPPORT_TOUCH = false;
|
||||
|
||||
export const IS_MAC = navigator.platform.toLowerCase().indexOf("mac") >= 0;
|
||||
|
||||
const smoothCanvas = true;
|
||||
|
||||
export const THIRDPARTY_URLS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue