I am using sprites for my game in Canvas-Engine and is there possible way to play animation backwards. If I put frames from 10 to 0 it does not work.
animations:{
frames: [10, 0]
}
Or is there way to mirror the image at each loop? But in some sprites its not a option. Thanks.