Last active
December 17, 2015 14:08
-
-
Save srdjan-m/5621725 to your computer and use it in GitHub Desktop.
corona: sprite sequence (non-consecutive frames)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local sequenceData = { | |
{ | |
name = "fastRun", | |
frames = { 1,2,4,5,6,7 }, --specific order of frame indexes from the image sheet | |
time = 250, | |
loopCount = 0 | |
} --if defining more sequences, place a comma here and proceed to the next sequence sub-table | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment