tweak(debug-hud): FPS més gran, afegeix RES i DRIVER

This commit is contained in:
2026-05-24 14:14:50 +02:00
parent 87f818ef96
commit 63d08aef46
3 changed files with 39 additions and 4 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ namespace Defaults::Hud {
namespace DebugOverlay {
constexpr float X = 30.0F;
constexpr float Y_FPS = 24.0F;
constexpr float LINE_HEIGHT = 18.0F; // separació entre línies (scale 0.4 → ~16 px alt)
constexpr float FPS_LINE_HEIGHT = 28.0F; // separació després del FPS (scale 0.7 → ~28 px)
constexpr float LINE_HEIGHT = 18.0F; // separació entre línies (scale 0.4 → ~16 px alt)
constexpr float FPS_SCALE = 0.7F; // FPS més gran que la resta
constexpr float TEXT_SCALE = 0.4F;
constexpr float TEXT_SPACING = 2.0F;
constexpr float BRIGHTNESS = 1.0F;