diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 10:35:56 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 16:00:53 -0500 |
commit | df093323e48426e8d54a504aeae4155fa3c8e605 (patch) | |
tree | ec8f5d4abb898a69607e3f29e7572ae7841675a5 /res | |
parent | bf39e32f2ec9008e48b0dd3ad53d640434e0738a (diff) | |
download | tanetane-df093323e48426e8d54a504aeae4155fa3c8e605.tar.gz tanetane-df093323e48426e8d54a504aeae4155fa3c8e605.tar.bz2 tanetane-df093323e48426e8d54a504aeae4155fa3c8e605.zip |
Added variable animation frame rates
Lucas's climbing animation now accurately uses 60fps and looks correct finally!
Diffstat (limited to 'res')
-rw-r--r-- | res/sprites/lucas_anim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/sprites/lucas_anim.txt b/res/sprites/lucas_anim.txt index 0579e94..f6ed06e 100644 --- a/res/sprites/lucas_anim.txt +++ b/res/sprites/lucas_anim.txt | |||
@@ -42,5 +42,5 @@ run[right]: 73,81,89,97 | |||
42 | run[down_right]: 74,82,90,98 | 42 | run[down_right]: 74,82,90,98 |
43 | lightning_electrocute![down]: 116,117,118,116,117,118 | 43 | lightning_electrocute![down]: 116,117,118,116,117,118 |
44 | lightning_collapse![down]: 119,120,121,122 | 44 | lightning_collapse![down]: 119,120,121,122 |
45 | climb[up]: 123,124,125,128,127,127,129,130,131,128,127,126 | 45 | climb[up]%60: 123#10,124,125,128#10,127,126,129#10,130,131,128#10,127,126 |
46 | climb[down]: 123,124,125,128,127,127,129,130,131,128,127,126 \ No newline at end of file | 46 | climb[down]%60: 123#10,124,125,128#10,127,126,129#10,130,131,128#10,127,126 \ No newline at end of file |