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. --- characters/reaper.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'characters') 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