summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 13:01:01 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 13:01:01 -0500
commitf3166702d7dd30312b5a401f52941aad43ac51c3 (patch)
tree08f15a0fde9ee7be08c9b4fe510dfa6ed04d4a78 /res
parent763bd80603dbace9f14c25309159ed07ec6e9a93 (diff)
downloadtanetane-f3166702d7dd30312b5a401f52941aad43ac51c3.tar.gz
tanetane-f3166702d7dd30312b5a401f52941aad43ac51c3.tar.bz2
tanetane-f3166702d7dd30312b5a401f52941aad43ac51c3.zip
Added standing/walking animations
Diffstat (limited to 'res')
-rw-r--r--res/lucas.pngbin1663 -> 5334 bytes
-rw-r--r--res/lucas_anim.txt18
2 files changed, 18 insertions, 0 deletions
diff --git a/res/lucas.png b/res/lucas.png index 9c5a067..4ac7157 100644 --- a/res/lucas.png +++ b/res/lucas.png
Binary files differ
diff --git a/res/lucas_anim.txt b/res/lucas_anim.txt new file mode 100644 index 0000000..ff37580 --- /dev/null +++ b/res/lucas_anim.txt
@@ -0,0 +1,18 @@
1../res/lucas.png
217,26
3still[down]: 1
4still[left]: 4
5still[down_left]: 7
6still[down_right]: 10
7still[up]: 13
8still[right]: 16
9still[up_left]: 19
10still[up_right]: 22
11walk[down]: 0,1,2
12walk[left]: 3,4,5
13walk[down_left]: 6,7,8
14walk[down_right]: 9,10,11
15walk[up]: 12,13,14
16walk[right]: 15,16,17
17walk[up_left]: 18,19,20
18walk[up_right]: 21,22,23 \ No newline at end of file