diff --git a/api/api_fashion.lua b/api/api_fashion.lua index 9eb186e..a9321a5 100644 --- a/api/api_fashion.lua +++ b/api/api_fashion.lua @@ -97,7 +97,8 @@ end yl_speak_up.cape2texture = function(t) - return "yl_speak_up_mask_cape.png^[combine:32x64:56,20=" .. tostring(t) + -- same texture mask as the shield + return "yl_speak_up_mask_shield.png^[combine:32x64:56,20=" .. tostring(t) end yl_speak_up.shield2texture = function(t) diff --git a/textures/yl_speak_up_main_default.png b/textures/yl_speak_up_main_default.png deleted file mode 100644 index 58c800f..0000000 Binary files a/textures/yl_speak_up_main_default.png and /dev/null differ diff --git a/textures/yl_speak_up_mask_cape.png b/textures/yl_speak_up_mask_cape.png deleted file mode 100644 index bd5d530..0000000 Binary files a/textures/yl_speak_up_mask_cape.png and /dev/null differ