From 382857ec3a0e9e92de6e801165b8c202af87be81 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 22 Jul 2018 14:08:14 +0200 Subject: reaper: Add "up" walk cycle. --- assets/images/reaper.png | Bin 15555 -> 22412 bytes assets/images/src/reaper.xcf | Bin 27394 -> 38071 bytes characters/reaper.scm | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/images/reaper.png b/assets/images/reaper.png index 9b72719..742fa86 100644 Binary files a/assets/images/reaper.png and b/assets/images/reaper.png differ diff --git a/assets/images/src/reaper.xcf b/assets/images/src/reaper.xcf index 13a6022..97b1573 100644 Binary files a/assets/images/src/reaper.xcf and b/assets/images/src/reaper.xcf differ diff --git a/characters/reaper.scm b/characters/reaper.scm index fa7a76a..112e92f 100644 --- a/characters/reaper.scm +++ b/characters/reaper.scm @@ -124,7 +124,8 @@ you. I'm sure we will meet again sooner than you expect." #:atlas reaper-atlas #:animations '((idle . #(0 0 0 1 1 1 9 1 1 1 8 8 8 8 8 8 5 4 4 4 0 0 0 3 3)) (pause . #(4 4 4 4 4 4 4 5)) - (talk . #(0 3 2 7 5 4 6 5 3 2 2 2 4 4 0 0 0))) + (talk . #(0 3 2 7 5 4 6 5 3 2 2 2 4 4 0 0 0)) + (up . #(11 15 11 12 14 10 14 13))) #:current-animation 'idle #:frame-duration 20) ;; Simple shadow. This should better be done with a -- cgit v1.2.3