This commit is contained in:
2015-02-25 09:19:14 -08:00
parent f4e39b5d0f
commit f1ef3eb31b
10 changed files with 6 additions and 4 deletions

View File

@@ -190,6 +190,7 @@
passed-out (utils/make-anim "ego/burnt.png" [40 46] 0.12 [9 10 11 10])
scared (utils/make-anim "ego/scared.png" [18 36] 0.05 [0 1])
scared-talk (utils/make-anim "ego/scared.png" [18 36] 0.05 [0 1 0 1 0 1 0 1 2 3 2 3 2 3 2 3])
scared-walk (utils/make-anim "ego/scared-walk.png" [16 36] 0.05 (range 6))
ego {:right {:walk walk-right
:stand stand-anim
@@ -222,7 +223,8 @@
:burnt burnt
:passed-out passed-out
:scared scared
:scared-talk scared-talk}
:scared-talk scared-talk
:scared-walk scared-walk}
:left {:walk (utils/flip walk-right)
:stand (utils/flip stand-anim)
:talk (utils/flip talk-anim)