Skip to content

Instantly share code, notes, and snippets.

@srdjan-m
Last active December 17, 2015 14:08
Show Gist options
  • Save srdjan-m/5621752 to your computer and use it in GitHub Desktop.
Save srdjan-m/5621752 to your computer and use it in GitHub Desktop.
corona: sprite sequence (mixed)
local sequenceData = {
{ name="normalRun", start=1, count=8, time=800 },
{ name="fastRun", frames={ 1,2,4,5,6,7 }, time=250, loopCount=0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment