add favicon
This commit is contained in:
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 |
@@ -2,6 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Minecraft</title>
|
<title>Minecraft</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<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"/>
|
<link rel="stylesheet" href="style.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ export default class GuiMainMenu extends GuiScreen {
|
|||||||
this.camera.rotation.order = 'ZYX';
|
this.camera.rotation.order = 'ZYX';
|
||||||
|
|
||||||
// Apply blur
|
// Apply blur
|
||||||
this.minecraft.window.canvas2d.style.backdropFilter = "saturate(80%) blur(10px)";
|
this.minecraft.window.canvas2d.style.backdropFilter = "blur(10px)";
|
||||||
}
|
}
|
||||||
|
|
||||||
onClose() {
|
onClose() {
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Reference in New Issue
Block a user