From e4bc2de6e6aa507044a6a75b4c1954974539a857 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 02:26:57 -0400 Subject: feat: combat health bar. color improvements. --- internal/config/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/config') diff --git a/internal/config/config.go b/internal/config/config.go index cbf15c5..874d6a3 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -25,12 +25,12 @@ func DefaultColors() ColorsConfig { "direction": "75", "exit_direction": "75", "exit_name": "114", - "mob_name": "203", - "friendly_npc": "120", - "hostile_npc": "203", + "protected_mob": "off", + "mob": "off", + "damage_dealt": "33", + "damage_taken": "196", "damage": "196", - "enemy_hp": "167", - "character_hp": "84", + "xp": "222", "level_up": "226 bold", "item": "223", -- cgit v1.2.3