Code Samples
Filmstrip animation simple code sample
image side [character name] [emotion] = anim.Filmstrip([filename], (x,y), (xF,yF), [time], [total frames], loop=True) image – Tells Ren’Py that you are about to define an image side – Tells Ren’py that the image to be define will be a side image [character name] – Tells Ren’Py which character this side image Read more…