more sounds.

This commit is contained in:
Bryce Covert
2015-11-23 20:55:37 -08:00
parent ef48b5d59b
commit 8697154240
7 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -65,6 +65,8 @@
:kick georgia-kick
:walk (utils/make-anim "georgia/walk.png" [20 43] 0.2 (range 8))
:hand-hold georgia-hand-hold
:kick-sound (utils/load-sound "georgia/kick.ogg")
:anim-sound-frames {georgia-kick {27 [:kick-sound (constantly 0.6)]}}
:anim-merges {georgia-stand {:origin-x 10 :origin-y 1}
:default {:origin-x 10 :origin-y 1}
georgia-kick {:origin-x 19 :origin-y 0}}))
@@ -74,6 +76,8 @@
:down frankie-down
:scale-x 1.3
:scale-y 1.3
:fall-sound (utils/load-sound "ending-castle/fall.ogg")
:anim-sound-frames {frankie-fall {6 [:fall-sound 0.5]}}
:anim-merges {:default {:origin-x 12 :origin-y 0}
frankie-fall {:origin-x 22 :origin-y 0}
frankie-down {:origin-x 22 :origin-y 0}})