mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Make max_formspec_size
docs clearer
This commit is contained in:
parent
d60f909566
commit
535db2be76
1 changed files with 2 additions and 2 deletions
|
@ -5921,8 +5921,8 @@ Utilities
|
|||
},
|
||||
|
||||
-- Estimated maximum formspec size before Luanti will start shrinking the
|
||||
-- formspec to fit. For a fullscreen formspec, use this formspec size and
|
||||
-- `padding[0,0]`. `bgcolor[;true]` is also recommended.
|
||||
-- formspec to fit. For a fullscreen formspec, use the size returned by
|
||||
-- this table and `padding[0,0]`. `bgcolor[;true]` is also recommended.
|
||||
max_formspec_size = {
|
||||
x = 20,
|
||||
y = 11.25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue