mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-07 02:51:07 -08:00
Demo version adjustments
This commit is contained in:
parent
479539d9b8
commit
232ad79c02
2 changed files with 49 additions and 49 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue