mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
2
This commit is contained in:
parent
147e9bf413
commit
b139d0baf5
8 changed files with 91 additions and 42 deletions
|
@ -9516,6 +9516,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