1
0
Fork 0
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:
Zughy 2025-07-22 16:40:07 +02:00 committed by GitHub
parent d60f909566
commit 535db2be76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5921,8 +5921,8 @@ Utilities
}, },
-- Estimated maximum formspec size before Luanti will start shrinking the -- Estimated maximum formspec size before Luanti will start shrinking the
-- formspec to fit. For a fullscreen formspec, use this formspec size and -- formspec to fit. For a fullscreen formspec, use the size returned by
-- `padding[0,0]`. `bgcolor[;true]` is also recommended. -- this table and `padding[0,0]`. `bgcolor[;true]` is also recommended.
max_formspec_size = { max_formspec_size = {
x = 20, x = 20,
y = 11.25 y = 11.25