better scratch.

This commit is contained in:
Bryce Covert
2015-10-08 19:00:40 -07:00
parent b20be8086e
commit 2feaf36c87
4 changed files with 2 additions and 2 deletions

View File

@@ -334,8 +334,8 @@
(assoc (utils/get-texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 69)]}
:entities {:peddler (actions/start-animation screen
(assoc (utils/get-texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil
:anim-sound-frames {peddler-stand {23 [:scratch 1.0]}
peddler-talk {23 [:scratch 1.0]}}
:anim-sound-frames {peddler-stand {23 [:scratch 0.25]}
peddler-talk {23 [:scratch 0.25]}}
:scratch (utils/load-sound "outside-castle/scratch.ogg")
:talk peddler-talk :stand peddler-stand
:talk-color (color 1.0 0.9 0.4 1.0)