diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-11 21:58:38 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-11 21:58:38 -0500 |
commit | 81d1afa871c947ec6ba44e11cd6041fe16ed5756 (patch) | |
tree | ea58d3491cc6b695776bd15228d4c03fc8790c37 /res/sprites | |
parent | ec511705ce96d80d4e2a36054769c211448e8ec8 (diff) | |
download | tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.tar.gz tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.tar.bz2 tanetane-81d1afa871c947ec6ba44e11cd6041fe16ed5756.zip |
Flint uses talking animation in script0001 now
Diffstat (limited to 'res/sprites')
-rw-r--r-- | res/sprites/flint_anim.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/res/sprites/flint_anim.txt b/res/sprites/flint_anim.txt index f02b655..7ed7a20 100644 --- a/res/sprites/flint_anim.txt +++ b/res/sprites/flint_anim.txt | |||
@@ -31,4 +31,12 @@ run[up_left]: 43,51,59,67 | |||
31 | run[up]: 44,52,60,68 | 31 | run[up]: 44,52,60,68 |
32 | run[up_right]: 45,53,61,69 | 32 | run[up_right]: 45,53,61,69 |
33 | run[right]: 46,54,62,70 | 33 | run[right]: 46,54,62,70 |
34 | run[down_right]: 47,55,63,71 \ No newline at end of file | 34 | run[down_right]: 47,55,63,71 |
35 | talk[down]: 24,32 | ||
36 | talk[down_left]: 25,33 | ||
37 | talk[left]: 26,34 | ||
38 | talk[up_left]: 27,35 | ||
39 | talk[up]: 28,36 | ||
40 | talk[up_right]: 29,37 | ||
41 | talk[right]: 30,38 | ||
42 | talk[down_right]: 31,39 \ No newline at end of file | ||