mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Formspec: draw order and clipping for all elements (#8740)
This commit is contained in:
parent
15a030ec9f
commit
5506e97ed8
14 changed files with 825 additions and 455 deletions
|
@ -228,9 +228,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
(too much)
|
||||
FORMSPEC VERSION 2:
|
||||
Forced real coordinates
|
||||
background[]: 9-slice scaling parameters
|
||||
background9[]: 9-slice scaling parameters
|
||||
FORMSPEC VERSION 3:
|
||||
Formspec elements are drawn in the order of definition
|
||||
*/
|
||||
#define FORMSPEC_API_VERSION 2
|
||||
#define FORMSPEC_API_VERSION 3
|
||||
|
||||
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue