mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
2
This commit is contained in:
parent
ff1db2ebb1
commit
611824fa89
8 changed files with 91 additions and 42 deletions
|
@ -9598,6 +9598,16 @@ Player properties need to be saved manually.
|
|||
-- `false` will cause the background to be set automatically based on user settings.
|
||||
-- Default: false
|
||||
|
||||
nametag_fontsize = false,
|
||||
-- Sets the font size of the nametag in pixels.
|
||||
-- `false` will cause the size to be set automatically based on user settings.
|
||||
-- Default: false
|
||||
|
||||
nametag_scale_z = false,
|
||||
-- If enabled, the nametag will be scaled by Z in screen space, meaning it becomes
|
||||
-- smaller the further way the object is.
|
||||
-- Default: false
|
||||
|
||||
infotext = "",
|
||||
-- Same as infotext for nodes. Empty by default
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue