summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJean-Patrick Guerrero <kilbith@users.noreply.github.com>2021-02-08 00:04:38 +0000
committerrubenwardy <rw@rubenwardy.com>2021-02-08 00:04:38 +0000
commit6591597430c8a06c579e2631fcdbb022ae12160d (patch)
treef41f8c560cd17167307c71689dc48585fbaa6582 /games
parent857dbcd5728e2f18cdbb478d85f5861d5f0c7123 (diff)
downloadminetest-6591597430c8a06c579e2631fcdbb022ae12160d.tar.gz
minetest-6591597430c8a06c579e2631fcdbb022ae12160d.tar.bz2
minetest-6591597430c8a06c579e2631fcdbb022ae12160d.zip
Fix animation_image support in scroll containers
Diffstat (limited to 'games')
-rw-r--r--games/devtest/mods/testformspec/formspec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/testformspec/formspec.lua b/games/devtest/mods/testformspec/formspec.lua
index bb178e1b3..2a2bdad60 100644
--- a/games/devtest/mods/testformspec/formspec.lua
+++ b/games/devtest/mods/testformspec/formspec.lua
@@ -227,6 +227,7 @@ local scroll_fs =
"box[1,1;8,6;#00aa]"..
"scroll_container[1,1;8,6;scrbar;vertical]"..
"button[0,1;1,1;lorem;Lorem]"..
+ "animated_image[0,1;4.5,1;clip_animated_image;testformspec_animation.png;4;100]" ..
"button[0,10;1,1;ipsum;Ipsum]"..
"pwdfield[2,2;1,1;lorem2;Lorem]"..
"list[current_player;main;4,4;1,5;]"..