From 4d26b7cfd73cef00a7295e3ec9bf021506f0838c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 5 Feb 2021 20:31:13 -0500 Subject: Organised resources folder --- res/sprites/kuma_anim.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 res/sprites/kuma_anim.txt (limited to 'res/sprites/kuma_anim.txt') diff --git a/res/sprites/kuma_anim.txt b/res/sprites/kuma_anim.txt new file mode 100644 index 0000000..68e8776 --- /dev/null +++ b/res/sprites/kuma_anim.txt @@ -0,0 +1,34 @@ +../res/sprites/kumatora.png +../res/sprites/kumatora_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]: 16,0,24,0 +walk[down_left]: 17,1,25,1 +walk[left]: 18,2,26,2 +walk[up_left]: 19,3,27,3 +walk[up]: 20,4,28,4 +walk[up_right]: 21,5,29,5 +walk[right]: 22,6,30,6 +walk[down_right]: 23,7,31,7 +crouch[down]: 48 +crouch[down_left]: 49 +crouch[left]: 50 +crouch[up_left]: 51 +crouch[up]: 52 +crouch[up_right]: 53 +crouch[right]: 54 +crouch[down_right]: 55 +run[down]: 64,72,80,88 +run[down_left]: 65,73,81,89 +run[left]: 66,74,82,90 +run[up_left]: 67,75,83,91 +run[up]: 68,76,84,92 +run[up_right]: 69,77,85,93 +run[right]: 70,78,86,94 +run[down_right]: 71,79,87,95 \ No newline at end of file -- cgit 1.4.1