From 135b403af169fdeb1c30935c8f366cb037133597 Mon Sep 17 00:00:00 2001 From: Sally Knight Date: Tue, 24 Mar 2026 07:00:42 +0300 Subject: [PATCH] set default gui scale to large --- Minecraft.Client/GameState/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/GameState/Options.cpp b/Minecraft.Client/GameState/Options.cpp index eb71c4a72..e8e24827d 100644 --- a/Minecraft.Client/GameState/Options.cpp +++ b/Minecraft.Client/GameState/Options.cpp @@ -162,7 +162,7 @@ void Options::init() { fixedCamera = false; flySpeed = 1; cameraSpeed = 1; - guiScale = 0; + guiScale = 3; particles = 0; fov = 0; gamma = 0;