Skip to content

Commit f2b25d3

Browse files
committed
add favicon
1 parent 83a0104 commit f2b25d3

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

.github/assets/ingame.png

4 Bytes
Loading

.github/assets/main_menu.png

-23.5 KB
Loading

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<head>
33
<title>Minecraft</title>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
5+
<link rel="shortcut icon" href="src/resources/favicon.ico" type="image/x-icon">
56
<link rel="stylesheet" href="style.css"/>
67
</head>
78

src/js/net/minecraft/client/gui/screens/GuiMainMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default class GuiMainMenu extends GuiScreen {
158158
this.camera.rotation.order = 'ZYX';
159159

160160
// Apply blur
161-
this.minecraft.window.canvas2d.style.backdropFilter = "saturate(80%) blur(10px)";
161+
this.minecraft.window.canvas2d.style.backdropFilter = "blur(10px)";
162162
}
163163

164164
onClose() {

src/resources/favicon.ico

107 KB
Binary file not shown.

0 commit comments

Comments
 (0)