From df093323e48426e8d54a504aeae4155fa3c8e605 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 24 Feb 2021 10:35:56 -0500 Subject: Added variable animation frame rates Lucas's climbing animation now accurately uses 60fps and looks correct finally! --- res/sprites/lucas_anim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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 run[down_right]: 74,82,90,98 lightning_electrocute![down]: 116,117,118,116,117,118 lightning_collapse![down]: 119,120,121,122 -climb[up]: 123,124,125,128,127,127,129,130,131,128,127,126 -climb[down]: 123,124,125,128,127,127,129,130,131,128,127,126 \ No newline at end of file +climb[up]%60: 123#10,124,125,128#10,127,126,129#10,130,131,128#10,127,126 +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 -- cgit 1.4.1