From c1a62ba1459cf849b5ee965aa461e10695bb0b01 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Feb 2021 12:32:53 -0500 Subject: Started adding event where Claus joins the party --- res/sprites/claus_anim.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 res/sprites/claus_anim.txt (limited to 'res/sprites/claus_anim.txt') diff --git a/res/sprites/claus_anim.txt b/res/sprites/claus_anim.txt new file mode 100644 index 0000000..79cb64b --- /dev/null +++ b/res/sprites/claus_anim.txt @@ -0,0 +1,42 @@ +../res/sprites/claus.png +../res/sprites/claus_frames.txt +still[down]: 0 +still[down_left]: 1 +still[left]: 2 +still[up_left]: 3 +still[up]: 4 +still[up_right]: 5 +still[right]: 6 +still[down_right]: 7 +walk[down]: 8,0,16,0 +walk[down_left]: 9,1,17,1 +walk[left]: 10,2,18,2 +walk[up_left]: 11,3,19,3 +walk[up]: 12,4,20,4 +walk[up_right]: 13,5,21,5 +walk[right]: 14,6,22,6 +walk[down_right]: 15,7,23,7 +crouch[down]: 0 +crouch[down_left]: 1 +crouch[left]: 2 +crouch[up_left]: 3 +crouch[up]: 4 +crouch[up_right]: 5 +crouch[right]: 6 +crouch[down_right]: 7 +run[down]: 8,0,16,0 +run[down_left]: 9,1,17,1 +run[left]: 10,2,18,2 +run[up_left]: 11,3,19,3 +run[up]: 12,4,20,4 +run[up_right]: 13,5,21,5 +run[right]: 14,6,22,6 +run[down_right]: 15,7,23,7 +talk[down]: 24,0 +talk[down_left]: 25,1 +talk[left]: 26,2 +talk[up_left]: 27,3 +talk[up]: 28,4 +talk[up_right]: 29,5 +talk[right]: 30,6 +talk[down_right]: 31,7 \ No newline at end of file -- cgit 1.4.1