mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Document how to make nametags background disappear on players' head (#10783)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
parent
08ee9794fb
commit
1946835ee8
@ -6938,7 +6938,11 @@ Player properties need to be saved manually.
|
||||
-- in mods.
|
||||
|
||||
nametag = "",
|
||||
-- By default empty, for players their name is shown if empty
|
||||
-- The name to display on the head of the object. By default empty.
|
||||
-- If the object is a player, a nil or empty nametag is replaced by the player's name.
|
||||
-- For all other objects, a nil or empty string removes the nametag.
|
||||
-- To hide a nametag, set its color alpha to zero. That will disable it entirely.
|
||||
|
||||
|
||||
nametag_color = <ColorSpec>,
|
||||
-- Sets color of nametag
|
||||
|
Loading…
Reference in New Issue
Block a user