gandarf turns you into a frog
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
wizard-stand (animation 0.2 (for [i (flatten [(repeat 10 0) 1])]
|
||||
(aget wizard-sheet 0 i)))
|
||||
wizard-talk-angry (utils/make-anim "wizard/talk-angry.png" [20 50] 0.2 [0 2 0 2 1 2 0 3 0 2 0 1 0 2])
|
||||
wizard-magic-hands (utils/make-anim "wizard/magic-hands.png" [20 50] 0.2 (range 2))
|
||||
wizard-disappear (utils/make-anim "wizard/disappear.png" [20 46] 0.075 (range 19))
|
||||
wizard-talk (animation 0.2 (for [i [0 2 0 2 1 2 0 3 0 2 0 1 0 2]]
|
||||
(aget wizard-sheet 0 i)))]
|
||||
@@ -33,12 +34,14 @@
|
||||
:stand (utils/flip wizard-stand)
|
||||
:disappear (utils/flip wizard-disappear)
|
||||
|
||||
:magic-hands (utils/flip wizard-magic-hands)
|
||||
:talk-angry (utils/flip wizard-talk-angry)
|
||||
}
|
||||
:right {:talk wizard-talk
|
||||
:stand wizard-stand
|
||||
:disappear wizard-disappear
|
||||
:talk-angry (utils/flip wizard-talk-angry)
|
||||
:talk-angry wizard-talk-angry
|
||||
:magic-hands wizard-magic-hands
|
||||
}
|
||||
:night-profile :sprite
|
||||
:origin-x 0
|
||||
|
||||
Reference in New Issue
Block a user