summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 16:15:55 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-01-30 16:15:55 -0500
commitd1df87ce04f6d79fed94ab154fa098ccc83ebab8 (patch)
tree191a5a1f1d659207df50dd8a7ebe46da8504a144 /res
parentb9fe1b45127085d8a7c664245dd070afd8cbf3b4 (diff)
downloadtanetane-d1df87ce04f6d79fed94ab154fa098ccc83ebab8.tar.gz
tanetane-d1df87ce04f6d79fed94ab154fa098ccc83ebab8.tar.bz2
tanetane-d1df87ce04f6d79fed94ab154fa098ccc83ebab8.zip
Added crouching/running
Diffstat (limited to 'res')
-rw-r--r--res/lucas.pngbin5334 -> 10009 bytes
-rw-r--r--res/lucas_anim.txt18
2 files changed, 17 insertions, 1 deletions
diff --git a/res/lucas.png b/res/lucas.png index 4ac7157..c059f96 100644 --- a/res/lucas.png +++ b/res/lucas.png
Binary files differ
diff --git a/res/lucas_anim.txt b/res/lucas_anim.txt index ff37580..19b1d67 100644 --- a/res/lucas_anim.txt +++ b/res/lucas_anim.txt
@@ -15,4 +15,20 @@ walk[down_right]: 9,10,11
15walk[up]: 12,13,14 15walk[up]: 12,13,14
16walk[right]: 15,16,17 16walk[right]: 15,16,17
17walk[up_left]: 18,19,20 17walk[up_left]: 18,19,20
18walk[up_right]: 21,22,23 \ No newline at end of file 18walk[up_right]: 21,22,23
19crouch[down]: 24
20crouch[down_left]: 25
21crouch[left]: 26
22crouch[up_left]: 27
23crouch[up]: 28
24crouch[up_right]: 29
25crouch[right]: 30
26crouch[down_right]: 31
27run[down]: 32,33,34,35
28run[right]: 36,37,38,39
29run[down_right]: 40,41,42,43
30run[up_right]: 44,45,46,47
31run[up]: 48,49,50,51
32run[left]: 52,53,54,55
33run[up_left]: 56,57,58,59
34run[down_left]: 60,61,62,63 \ No newline at end of file