mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Preparing for the standalone
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
.exitAppButton {
|
||||
@include S(right, 100px);
|
||||
background-image: resolve("icons/main_menu_exit.png");
|
||||
background-image: uiResource("icons/main_menu_exit.png");
|
||||
}
|
||||
|
||||
.fullscreenBackgroundVideo {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<!-- misc -->
|
||||
<meta http-equiv="Cache-Control" content="private, max-age=0, no-store, no-cache, must-revalidate" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
</head>
|
||||
<body oncontextmenu="return false" style="background: #393747;"></body>
|
||||
</html>
|
||||
|
||||
@@ -6,7 +6,7 @@ export const IS_DEBUG =
|
||||
window.location.search.indexOf("nodebug") < 0;
|
||||
|
||||
export const IS_DEMO =
|
||||
(G_IS_RELEASE && !G_IS_STANDALONE) ||
|
||||
(G_IS_PROD && !G_IS_STANDALONE) ||
|
||||
(typeof window !== "undefined" && window.location.search.indexOf("demo") >= 0);
|
||||
|
||||
const smoothCanvas = true;
|
||||
|
||||
Reference in New Issue
Block a user