From 65f57cbccbf388f61651ab6f39d86ab78161cc45 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 15 Apr 2024 21:29:06 +0200 Subject: [PATCH] smaller text in HUD --- src/var.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var.rs b/src/var.rs index 201e273..8ccbbcb 100644 --- a/src/var.rs +++ b/src/var.rs @@ -122,7 +122,7 @@ impl Default for Settings { fov_highspeed: 25.0, zoom_fov: 15.0, zoom_sensitivity_factor: 0.25, - font_size_hud: 28.0, + font_size_hud: 24.0, font_size_conversations: 32.0, font_size_choices: 28.0, font_size_console: 20.0,