From c7bca3ebc096ee3d0b04f7dbff022861de3db8ca Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 25 Feb 2024 09:30:26 +0100 Subject: [PATCH] fix showing info images --- tile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.lua b/tile.lua index 3e868f5..02e9f3b 100644 --- a/tile.lua +++ b/tile.lua @@ -574,7 +574,7 @@ local function view_info(starts, ends, config, x1, y1, x2, y2) end end else - a.moving_image(S, E, info_content, x1, y1, x2, y2) + a.add(a.moving_image_raw(S, E, info_content, x1, y1, x2, y2)) for now in api.frame_between(starts, ends) do if animate then a.draw(now, x1, y1, x2, y2)