Add nameplate scale setting to Interface settings tab

Adds a 0.5x-2.0x scale slider under Nameplates in the Interface settings tab. The scale multiplies the base 80×8px nameplate health bar dimensions. Setting is persisted to settings.cfg as 'nameplate_scale'.
This commit is contained in:
Kelsi 2026-03-11 22:49:54 -07:00
parent d31c483944
commit 6e7a32ec7f
2 changed files with 14 additions and 2 deletions

View file

@ -65,6 +65,7 @@ private:
bool showChatWindow = true;
bool showMinimap_ = true; // M key toggles minimap
bool showNameplates_ = true; // V key toggles nameplates
float nameplateScale_ = 1.0f; // Scale multiplier for nameplate bar dimensions
bool showPlayerInfo = false;
bool showSocialFrame_ = false; // O key toggles social/friends list
bool showGuildRoster_ = false;