add favicon

This commit is contained in:
LabyStudio
2022-05-13 09:41:49 +02:00
parent 83a01043c2
commit f2b25d36e4
5 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 156 KiB

+1
View File
@@ -2,6 +2,7 @@
<head>
<title>Minecraft</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="src/resources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css"/>
</head>
@@ -158,7 +158,7 @@ export default class GuiMainMenu extends GuiScreen {
this.camera.rotation.order = 'ZYX';
// Apply blur
this.minecraft.window.canvas2d.style.backdropFilter = "saturate(80%) blur(10px)";
this.minecraft.window.canvas2d.style.backdropFilter = "blur(10px)";
}
onClose() {
Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB