Code: Select all
entity.animation = {
filename = reskins.angels.directory.."/graphics/entity/smelting/strand-casting-machine/strand-casting-machine-base.png",
priority = "high",
width = 167,
height = 197,
line_length = 6,
frame_count = 24,
animation_speed = 0.5,
shift = util.by_pixel(0, -16.5),
hr_version = {
filename = reskins.angels.directory.."/graphics/entity/smelting/strand-casting-machine/hr-strand-casting-machine-base.png",
priority = "high",
width = 329,
height = 392,
line_length = 6,
frame_count = 24,
animation_speed = 0.5,
shift = util.by_pixel(0, -16.5),
scale = 0.5,
}
}
entity.idle_animation = {
filename = reskins.angels.directory.."/graphics/entity/smelting/strand-casting-machine/strand-casting-machine-idle-base.png",
priority = "high",
width = 167,
height = 197,
repeat_count = 24,
animation_speed = 0.5,
shift = util.by_pixel(0, -16.5),
hr_version = {
filename = reskins.angels.directory.."/graphics/entity/smelting/strand-casting-machine/hr-strand-casting-machine-idle-base.png",
priority = "high",
width = 329,
height = 392,
repeat_count = 24,
animation_speed = 0.5,
shift = util.by_pixel(0, -16.5),
scale = 0.5,
}
}
Based on my understanding of how this is coded and works, it should work the way I've done it. It shows on the property inspector in game, and I can see the image that should show up there, but it doesn't.
Which would suggest something is bugged?
Unless I'm missing something.
Edit: I've included the mods that aren't yet on the portal, and save that will pull the relevant mods.