sheep eats.
This commit is contained in:
@@ -703,6 +703,9 @@
|
||||
(actions/get-script entities
|
||||
(actions/talk entities :ego "That's just cruel."))
|
||||
nil)
|
||||
|
||||
:eat-sound (utils/load-sound "outsidehouse/sheep-eat.ogg")
|
||||
:anim-sound-frames {sheep-stand {11 [:eat-sound 1.0]}}
|
||||
:left {:walk (utils/flip sheep-walk)
|
||||
:stand (utils/flip sheep-stand)}
|
||||
:right {:walk sheep-walk
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
(try
|
||||
(sound (str f ".mp3"))
|
||||
(catch Exception _
|
||||
(sound (str f ".mp3")))))
|
||||
(sound f))))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user