fix: use new clean HUD overlay (hud_overlay_clean.py)

- Change import from hud_overlay to hud_overlay_clean
- New HUD has better layout, customizable sections, Cost/Loot/Highest display
This commit is contained in:
LemonNexus 2026-02-10 13:51:13 +00:00
parent 303bb3b538
commit c0cb42cd54
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class LogEvent:
# HUD Overlay # HUD Overlay
# ============================================================================ # ============================================================================
from ui.hud_overlay import HUDOverlay from ui.hud_overlay_clean import HUDOverlay
# ============================================================================ # ============================================================================