Code: Select all
animation={
layers={
{
filename = "__test__/graphics/entity/test/test-background.png",
width = 224,
height = 224,
line_length = 5,
frame_count = 25,
shift = {0, 0},
animation_speed = 1,
apply_recipe_tint = "primary",
},
{
filename = "__test__/graphics/entity/test/test.png",
width = 224,
height = 224,
line_length = 5,
frame_count = 25,
shift = {0, 0},
animation_speed = 1,
},
}
},