mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix 6th line of infotext being cut off in half (#11456)
This commit is contained in:
parent
eea488ed75
commit
63e8224636
2 changed files with 10 additions and 5 deletions
|
@ -2100,7 +2100,9 @@ Some of the values in the key-value store are handled specially:
|
|||
* `formspec`: Defines an inventory menu that is opened with the
|
||||
'place/use' key. Only works if no `on_rightclick` was
|
||||
defined for the node. See also [Formspec].
|
||||
* `infotext`: Text shown on the screen when the node is pointed at
|
||||
* `infotext`: Text shown on the screen when the node is pointed at.
|
||||
Line-breaks will be applied automatically.
|
||||
If the infotext is very long, it will be truncated.
|
||||
|
||||
Example:
|
||||
|
||||
|
@ -7189,7 +7191,7 @@ Player properties need to be saved manually.
|
|||
-- Default: false
|
||||
|
||||
infotext = "",
|
||||
-- By default empty, text to be shown when pointed at object
|
||||
-- Same as infotext for nodes. Empty by default
|
||||
|
||||
static_save = true,
|
||||
-- If false, never save this object statically. It will simply be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue