Skip to content

Commit

Permalink
deploy: 74be960
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Apr 2, 2024
1 parent 5382062 commit a1e98a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file modified Build/WebGL.data
Binary file not shown.
Binary file added Build/WebGL.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ServiceWorker.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion TemplateData/style.css
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
streamingAssetsUrl: "StreamingAssets",
companyName: "Naziya, Romina, Sheikh",
productName: "Noctrun",
productVersion: "0.0.123",
productVersion: "0.0.126",
showBanner: unityShowBanner,
};

Expand All @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a1e98a9

Please sign in to comment.