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/duster_anim.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 res/sprites/duster_anim.txt (limited to 'res/sprites/duster_anim.txt') diff --git a/res/sprites/duster_anim.txt b/res/sprites/duster_anim.txt new file mode 100644 index 0000000..4b035f2 --- /dev/null +++ b/res/sprites/duster_anim.txt @@ -0,0 +1,34 @@ +../res/sprites/duster.png +../res/sprites/duster_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,16,24,32,40 +walk[down_left]: 9,17,25,33,41 +walk[left]: 10,18,26,34,42 +walk[up_left]: 11,19,27,35,43 +walk[up]: 12,20,28,36,44 +walk[up_right]: 13,21,29,37,45 +walk[right]: 14,22,30,38,46 +walk[down_right]: 15,23,31,39,47 +crouch[down]: 64 +crouch[down_left]: 65 +crouch[left]: 66 +crouch[up_left]: 67 +crouch[up]: 68 +crouch[up_right]: 69 +crouch[right]: 70 +crouch[down_right]: 71 +run[down]: 72,80,88,96,104 +run[down_left]: 73,81,89,97,105 +run[left]: 74,82,90,98,106 +run[up_left]: 75,83,91,99,107 +run[up]: 76,84,92,100,108 +run[up_right]: 77,85,93,101,109 +run[right]: 78,86,94,102,110 +run[down_right]: 79,87,95,103,111 \ No newline at end of file -- cgit 1.4.1