animation speed should support a negative number
- adamwong246
- Fast Inserter
- Posts: 148
- Joined: Tue Dec 01, 2020 5:01 am
- Contact:
animation speed should support a negative number
Consider that accumulators have a charge and discharge animation. My fork of https://mods.factorio.com/mod/eradicato ... -generator adds a reversed animation, so that the generator reverses directions when discharging and charging. As it stands, I must re-compile a second sprite sheet, which doubles the number of assets I must include. If I had the ability to play an animation in reverse, I could simply re-use the existing asset.
Re: animation speed should support a negative number
Does https://wiki.factorio.com/Types/Animation#run_mode "backward" not do the job for you?
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
- adamwong246
- Fast Inserter
- Posts: 148
- Joined: Tue Dec 01, 2020 5:01 am
- Contact:
Re: animation speed should support a negative number
I'm not sure how I missed that last night. Thanks.