diff options
author | v-rob <robinsonvincent89@gmail.com> | 2020-03-16 14:56:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 22:56:48 +0100 |
commit | 13ad8e2a090eec97f31a1c62e2052a51dcff4434 (patch) | |
tree | f13d97357516f5ed427143a045f5daf14876a8be /src/gui/guiFormSpecMenu.h | |
parent | 1441281809d9961ff7498df86601db151956b030 (diff) | |
download | minetest-13ad8e2a090eec97f31a1c62e2052a51dcff4434.tar.gz minetest-13ad8e2a090eec97f31a1c62e2052a51dcff4434.tar.bz2 minetest-13ad8e2a090eec97f31a1c62e2052a51dcff4434.zip |
Formspecs: Add starting frame to `animated_image` (#9411)
Diffstat (limited to 'src/gui/guiFormSpecMenu.h')
-rw-r--r-- | src/gui/guiFormSpecMenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/guiFormSpecMenu.h b/src/gui/guiFormSpecMenu.h index 35ee3a2b5..184b26f3c 100644 --- a/src/gui/guiFormSpecMenu.h +++ b/src/gui/guiFormSpecMenu.h @@ -50,6 +50,7 @@ typedef enum { f_Box, f_ItemImage, f_HyperText, + f_AnimatedImage, f_Unknown } FormspecFieldType; |