diff options
| author | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
| commit | e4bc2de6e6aa507044a6a75b4c1954974539a857 (patch) | |
| tree | 608f22548bf2b6a1a4b02bedad05ec7f3a3aa3f2 /internal/config | |
| parent | c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (diff) | |
| download | thehouseoficarus-e4bc2de6e6aa507044a6a75b4c1954974539a857.tar.gz | |
feat: combat health bar. color improvements.
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 10 |
1 files changed, 5 insertions, 5 deletions
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", |
