From f3166702d7dd30312b5a401f52941aad43ac51c3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 30 Jan 2021 13:01:01 -0500 Subject: Added standing/walking animations --- res/lucas.png | Bin 1663 -> 5334 bytes res/lucas_anim.txt | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 res/lucas_anim.txt (limited to 'res') diff --git a/res/lucas.png b/res/lucas.png index 9c5a067..4ac7157 100644 Binary files a/res/lucas.png and b/res/lucas.png differ diff --git a/res/lucas_anim.txt b/res/lucas_anim.txt new file mode 100644 index 0000000..ff37580 --- /dev/null +++ b/res/lucas_anim.txt @@ -0,0 +1,18 @@ +../res/lucas.png +17,26 +still[down]: 1 +still[left]: 4 +still[down_left]: 7 +still[down_right]: 10 +still[up]: 13 +still[right]: 16 +still[up_left]: 19 +still[up_right]: 22 +walk[down]: 0,1,2 +walk[left]: 3,4,5 +walk[down_left]: 6,7,8 +walk[down_right]: 9,10,11 +walk[up]: 12,13,14 +walk[right]: 15,16,17 +walk[up_left]: 18,19,20 +walk[up_right]: 21,22,23 \ No newline at end of file -- cgit 1.4.1