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

Demo version adjustments

This commit is contained in:
tobspr
2021-06-30 10:17:16 +02:00
parent 479539d9b8
commit 232ad79c02
2 changed files with 49 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ export const IS_DEBUG =
export const SUPPORT_TOUCH = false;
export const IS_MAC = navigator.platform.toLowerCase().indexOf("mac") >= 0;
export const IS_MAC = navigator.platform.toLowerCase().indexOf("mac") >= 0 && !G_IS_DEV;
const smoothCanvas = true;