Skip to content

Commit

Permalink
Give teammate nametags a background, dim the text
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Nov 15, 2023
1 parent 00743e0 commit 2fa7f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/other/playertag/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ local function add_entity_tag(player, old_observers)
ent2:set_observers(old_observers or {})
ent2:set_properties({
nametag = player:get_player_name(),
nametag_bgcolor = "#00000000"
nametag_color = "#DDEEFFCC",
nametag_bgcolor = "#0000002D"
})
end

Expand Down

0 comments on commit 2fa7f3c

Please sign in to comment.