Skip to content

Instantly share code, notes, and snippets.

@Bocom
Created June 9, 2012 14:50
Show Gist options
  • Save Bocom/2901259 to your computer and use it in GitHub Desktop.
Save Bocom/2901259 to your computer and use it in GitHub Desktop.
An example animation file
texture: Link.png
size:
width: 32
height: 48
animations:
idle-down:
loop: true
frames:
0:
length: 1
x: 0
y: 0
moving-down:
loop: true
frameLength: 0.7f
frames:
0:
x: 0
y: 0
1:
x: 1
y: 0
2:
x: 2
y: 0
3:
x: 3
y: 0
4:
x: 4
y: 0
5:
x: 5
y: 0
6:
x: 6
y: 0
7:
x: 7
y: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment