PrideHUD
Replaces every image in your HUD with a pride flag. Pick one from the dropdown in ModSettingsMenu (F10).
By Coruscnium
CHANGELOG
Changelog
1.0.0 (2026-07-27)
Added
- Initial release
- Replaces every image asset in the player HUD with the pride flag of your choice
- 15 flags, selectable from a ModSettingsMenu (F10) dropdown — the same set PrideUI offers
- Flags ship as loose PNGs in the mod's
flagsfolder, so the dropdown is a listing of that folder and you can drop your own in - Scope is the game's own definition of the player HUD (the four canvases
PlayerLook.DisablePlayerHUDhides), so menus and the start menu are never touched - Skips sprite-less images and mask images, which are layout rather than artwork
- Strips the UI-color tint off painted images, so flags show in their own colors even with a custom UI color set
- Hot-reload: the dropdown applies immediately, with a FileSystemWatcher +
Config.Reload()fallback - Restores every original sprite and color when unloaded