From ac55fc78b779c8cf2717e9cdaf08092ca68ffeaf Mon Sep 17 00:00:00 2001 From: Natalia Spence <52349324+Septikai@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:37:09 +0000 Subject: feat: full pet hud rewrite --- translations/en_us.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'translations') diff --git a/translations/en_us.json b/translations/en_us.json index a4a2d9f..3be1cd2 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -251,7 +251,14 @@ "firmament.config.pets.highlight-pet.description": "Highlight your currently selected pet in the /pets menu.", "firmament.config.pets.pet-overlay": "Pet Info", "firmament.config.pets.pet-overlay-hud": "Pet Info Hud", - "firmament.config.pets.pet-overlay-hud.description": "A HUD showing current active pet and the pet exp.", + "firmament.config.pets.pet-overlay-hud-style": "Pet Info Hud Colour", + "firmament.config.pets.pet-overlay-hud-style.choice.colour_background": "Colour With Background", + "firmament.config.pets.pet-overlay-hud-style.choice.colour_no_background": "Colour No Background", + "firmament.config.pets.pet-overlay-hud-style.choice.icon_only": "Icon Only", + "firmament.config.pets.pet-overlay-hud-style.choice.plain_background": "Plain With Background", + "firmament.config.pets.pet-overlay-hud-style.choice.plain_no_background": "Plain No Background", + "firmament.config.pets.pet-overlay-hud-style.description": "Determines the style of the Pet Info Hud.", + "firmament.config.pets.pet-overlay-hud.description": "A HUD showing information about your currently active pet.Make sure the pet widget is enabled and visible in /tablist for full accuracy.", "firmament.config.pets.pet-overlay.description": "Shows current active pet and pet exp on screen.", "firmament.config.pickaxe-info": "Pickaxes & Drills", "firmament.config.pickaxe-info.ability-colour": "Ability Cooldown Colour", -- cgit