From bf39e32f2ec9008e48b0dd3ad53d640434e0738a Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 24 Feb 2021 10:22:41 -0500 Subject: Added shorthand for repeated frames in animations --- res/sprites/duster_anim.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'res/sprites/duster_anim.txt') diff --git a/res/sprites/duster_anim.txt b/res/sprites/duster_anim.txt index 9c1ed3f..6853ed8 100644 --- a/res/sprites/duster_anim.txt +++ b/res/sprites/duster_anim.txt @@ -1,13 +1,13 @@ ../res/sprites/duster.png ../res/sprites/duster_frames.txt -still[down]: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,212 -still[down_left]: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,213,1,213 -still[left]: 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,214,2,214 +still[down]: 0#57,212,0,212 +still[down_left]: 1#57,213,1,213 +still[left]: 2#57,214,2,214 still[up_left]: 3 still[up]: 4 still[up_right]: 5 -still[right]: 6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,215,6,215 -still[down_right]: 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,216,7,216 +still[right]: 6#57,215,6,215 +still[down_right]: 7#57,216,7,216 frozen[down]: 0 frozen[down_left]: 1 frozen[left]: 2 -- cgit 1.4.1