frame_count by animation's layer can be not same
Posted: Wed Nov 21, 2018 7:47 pm
Hi!
Why are we need this limit, that layers must have same frame_count in the animation?
Now it's impossible, for example see data.raw.lab.lab.on_animation
It would be much better if the first layer is the base picture and another layers have small animation sprites, the same as it was done by furnace:
base picture:
data.raw.furnace["electric-furnace"].animation.layers
all propellers and heaters:
data.raw.furnace["electric-furnace"].working_visualisations[1].animation.frame_count = 12
data.raw.furnace["electric-furnace"].working_visualisations[2].animation.frame_count = 4
Why are we need this limit, that layers must have same frame_count in the animation?
Now it's impossible, for example see data.raw.lab.lab.on_animation
It would be much better if the first layer is the base picture and another layers have small animation sprites, the same as it was done by furnace:
base picture:
data.raw.furnace["electric-furnace"].animation.layers
all propellers and heaters:
data.raw.furnace["electric-furnace"].working_visualisations[1].animation.frame_count = 12
data.raw.furnace["electric-furnace"].working_visualisations[2].animation.frame_count = 4