Skip to content

Instantly share code, notes, and snippets.

@8bitgentleman
Created February 10, 2014 21:37
Show Gist options
  • Select an option

  • Save 8bitgentleman/8924694 to your computer and use it in GitHub Desktop.

Select an option

Save 8bitgentleman/8924694 to your computer and use it in GitHub Desktop.
-- inculdes
return {
width = 32,
height = 25,
animations = {
default = {
'loop',{'1-2,1'},.5,
},
walking = {
'loop',{'1-2,1'},.2,
},
},
walking = true,
walk_speed = 36,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment