From 92d036c5a7216f213353232c8fe33bfea971fe71 Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Sat, 26 Nov 2022 12:38:10 -0800 Subject: [PATCH] remove reference to smartshop image (#88) --- wieldview/get_texture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wieldview/get_texture.lua b/wieldview/get_texture.lua index 31173c1..ccbd149 100644 --- a/wieldview/get_texture.lua +++ b/wieldview/get_texture.lua @@ -39,7 +39,7 @@ local function is_vertical_frames(animation) end local function get_single_frame(animation, image_name) - return ("smartshop_animation_mask.png^[resize:%ix%i^[mask:%s"):format( + return ("[combine:%ix%i^[noalpha^[colorize:#FFF:255^[mask:%s"):format( animation.aspect_w, animation.aspect_h, image_name