diff --git a/src/gui.lua b/src/gui.lua index 6dae36f..d0b573e 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -297,7 +297,7 @@ local function get_isometric_view(fs, pos, X, Y, t, cubes, depth, high) end shift += (base_depth and 0.45 or 0.95) - image(2.7, Y + shift, 0.3, 0.3, PNG.flag) + animated_image(2.75, Y + shift, 3/14, 0.3, "i3_flag_anim.png", 4, 150) end local function get_waypoint_fs(fs, data, player, yextra, ctn_len) diff --git a/src/styles.lua b/src/styles.lua index 6ad18f5..9b36930 100644 --- a/src/styles.lua +++ b/src/styles.lua @@ -44,7 +44,7 @@ local PNG = { nonvisible = "i3_non_visible.png", exit = "i3_exit.png", home = "i3_home.png", - flag = "i3_flag.png", + flag = "i3_flag_anim.png", edit = "i3_edit.png", no_result = "i3_no_result.png", find_more = "i3_find_more.png", diff --git a/textures/i3_flag.png b/textures/i3_flag.png deleted file mode 100644 index 07ff5d9..0000000 Binary files a/textures/i3_flag.png and /dev/null differ diff --git a/textures/i3_flag_anim.png b/textures/i3_flag_anim.png new file mode 100644 index 0000000..4cc74a7 Binary files /dev/null and b/textures/i3_flag_anim.png differ