Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 17:37
· 41 commits to main since this release

Changes in 1.1.0

The on-screen HUD is now movable and resizable, and remembers where you put it.

Added

  • HUD position and font size are adjustable and persist across restarts: snitch hud move <x> <y>,
    snitch hud font <n>, and snitch hud reset (back to defaults), plus matching HudX, HudY, and
    HudFontSize settings (sliders in the Mod Manager UI). The overlay auto-fits, so a bigger font makes a
    bigger window.
  • Drag the HUD with the mouse: grab the body to move it, or its bottom-right corner to change the font size
    (works while the cursor is free, e.g. with the phone or pause menu open).

Fixed

  • The F6 hotkey now actually toggles the HUD (it was documented but never wired up).