Skip to content

Commit

Permalink
Update BlazorDoom resources and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane committed Oct 6, 2024
1 parent bcb951e commit f3f583b
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 7 deletions.
Binary file added docs/_framework/BlazorDoom.0cyz6ga7f3.wasm
Binary file not shown.
Binary file added docs/_framework/BlazorDoom.0cyz6ga7f3.wasm.br
Binary file not shown.
Binary file added docs/_framework/BlazorDoom.0cyz6ga7f3.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/_framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"mainAssemblyName": "BlazorDoom",
"resources": {
"hash": "sha256-/3B3hvZAcMMhkgwvkLU9lNqyrRvQDqTRSyA22bWq7Ng=",
"hash": "sha256-KM0obGW4YNoBbDM5ij11OjvY2oV558UO7kpE06NS5gM=",
"fingerprinting": {
"BlazorDoom.bobb410r6y.wasm": "BlazorDoom.wasm",
"BlazorDoom.0cyz6ga7f3.wasm": "BlazorDoom.wasm",
"System.Collections.cw1uh27c1t.wasm": "System.Collections.wasm",
"System.Console.2fw1u0u75z.wasm": "System.Console.wasm",
"System.Diagnostics.DiagnosticSource.yhknl5dwgf.wasm": "System.Diagnostics.DiagnosticSource.wasm",
Expand Down Expand Up @@ -40,7 +40,7 @@
"System.Runtime.InteropServices.JavaScript.dbvat1dvl9.wasm": "sha256-CS7QdAuCluxbd8pFwuTF//rPxf7N2R66v7FfdyGzEYE="
},
"assembly": {
"BlazorDoom.bobb410r6y.wasm": "sha256-2/cnpBk3SbtzV47l9m2pPd9MhRWr+Vdrtb1W3nxNArw=",
"BlazorDoom.0cyz6ga7f3.wasm": "sha256-kP6ibOtjo6k9/+TXGT2Qsaz7TBLOgSg5kMXkt3MtqXQ=",
"System.Collections.cw1uh27c1t.wasm": "sha256-HM5n/GsK4XtBupaFWEhvHmmcKSD9V1TN8ogqOEVMVSA=",
"System.Console.2fw1u0u75z.wasm": "sha256-Xtgq19JutXceFCuaR7XRiNW9hFsqm+LS3p8STp8iJGY=",
"System.Diagnostics.DiagnosticSource.yhknl5dwgf.wasm": "sha256-ev8HKh2i47bk7zB71AI9H/XEkMa1nNlV0qGOCssuUes=",
Expand Down
Binary file modified docs/_framework/blazor.boot.json.br
Binary file not shown.
Binary file modified docs/_framework/blazor.boot.json.gz
Binary file not shown.
15 changes: 13 additions & 2 deletions docs/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div,
button {
z-index: 1;
}

#install_button {
visibility: hidden;
}
Expand All @@ -30,7 +35,13 @@ a,
}

#canvas {
width: 80%;
height: auto;
z-index: -1;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: auto;
height: 100vh;
image-rendering: pixelated;
}
Binary file modified docs/app.css.br
Binary file not shown.
Binary file modified docs/app.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function precache() {
"./renderer.js",
"./service-worker.js",
"./_framework/blazor.boot.json",
"./_framework/BlazorDoom.0cyz6ga7f3.wasm",
"./_framework/BlazorDoom.bobb410r6y.wasm",
"./_framework/BlazorDoom.ghw74p3rvl.wasm",
"./_framework/dotnet.js",
Expand Down
15 changes: 13 additions & 2 deletions wwwroot/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div,
button {
z-index: 1;
}

#install_button {
visibility: hidden;
}
Expand All @@ -30,7 +35,13 @@ a,
}

#canvas {
width: 80%;
height: auto;
z-index: -1;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: auto;
height: 100vh;
image-rendering: pixelated;
}

0 comments on commit f3f583b

Please sign in to comment.