diff --git a/Build/WebGL.data b/Build/WebGL.data index 1f3ff8c..8f94c69 100644 Binary files a/Build/WebGL.data and b/Build/WebGL.data differ diff --git a/Build/WebGL.jpg b/Build/WebGL.jpg new file mode 100644 index 0000000..3895afc Binary files /dev/null and b/Build/WebGL.jpg differ diff --git a/ServiceWorker.js b/ServiceWorker.js index e4aa4a8..5295d3b 100644 --- a/ServiceWorker.js +++ b/ServiceWorker.js @@ -1,4 +1,4 @@ -const cacheName = "Naziya, Romina, Sheikh-Noctrun-0.0.123"; +const cacheName = "Naziya, Romina, Sheikh-Noctrun-0.0.126"; const contentToCache = [ "Build/WebGL.loader.js", "Build/WebGL.framework.js", diff --git a/TemplateData/style.css b/TemplateData/style.css index 6882bea..374f601 100644 --- a/TemplateData/style.css +++ b/TemplateData/style.css @@ -1,6 +1,6 @@ body { padding: 0; margin: 0 } #unity-container { position: fixed; width: 100%; height: 100%; } -#unity-canvas { width: 100%; height: 100%; background: #231F20 } +#unity-canvas { width: 100%; height: 100%; background: #FFFFFF } #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } #unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center } diff --git a/index.html b/index.html index f45fe98..6718912 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@ streamingAssetsUrl: "StreamingAssets", companyName: "Naziya, Romina, Sheikh", productName: "Noctrun", - productVersion: "0.0.123", + productVersion: "0.0.126", showBanner: unityShowBanner, }; @@ -84,6 +84,7 @@ document.getElementsByTagName('head')[0].appendChild(meta); } + canvas.style.background = "url('" + buildUrl + "/WebGL.jpg') center / cover"; loadingBar.style.display = "block"; var script = document.createElement("script"); diff --git a/manifest.webmanifest b/manifest.webmanifest index 7397609..6045a90 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -3,9 +3,9 @@ "short_name": "Noctrun", "start_url": "index.html", "display": "fullscreen", - "background_color": "#231F20", + "background_color": "#FFFFFF", "theme_color": "#000", - "description": "", + "description": "Noctrun", "icons": [{ "src": "TemplateData/icons/unity-logo-dark.png", "sizes": "144x144",