1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Formspecs: Add starting frame to animated_image (#9411)

This commit is contained in:
v-rob 2020-03-16 14:56:48 -07:00 committed by GitHub
parent 1441281809
commit 13ad8e2a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 115 additions and 92 deletions

View file

@ -50,6 +50,7 @@ typedef enum {
f_Box,
f_ItemImage,
f_HyperText,
f_AnimatedImage,
f_Unknown
} FormspecFieldType;