As some of you may know i actually just yesterday night started learning sprites and all and still need help…
So i have an Image(in the attachments) It just something i made in paint in 10 seconds so dont laugh haha
Well i want the first “z” to start at the bottom left and then the second “z” to go to the right and above the first one and then the third “z” to be placed on the right and above the other two… That make sense? Pretty much a typical sleeping “zzz” animation…
Heres some code to start with maybe,?
options = { frames = { { x=1, y=1, width=50, height=50, }, { x=21, y=1, width=50, height=50, }, { x=41, y=1, width=50, height=50, }, }, sheetContentWidth = 100, sheetContentHeight = 21 }
Thanks!