mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 12:43:42 +01:00
remove reference to smartshop image (#88)
This commit is contained in:
parent
7f20e5dcb7
commit
92d036c5a7
@ -39,7 +39,7 @@ local function is_vertical_frames(animation)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function get_single_frame(animation, image_name)
|
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_w,
|
||||||
animation.aspect_h,
|
animation.aspect_h,
|
||||||
image_name
|
image_name
|
||||||
|
Loading…
Reference in New Issue
Block a user