This commit is contained in:
Bryce Covert
2015-11-24 23:50:37 -08:00
parent ebe5bcbe44
commit d9626f8bed
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -668,6 +668,7 @@ void main ()
:step-sound-3 (utils/load-sound "ego/step-3.ogg")
:step-sound-4 (utils/load-sound "ego/step-4.ogg")
:shoot-sound (utils/load-sound "ego/slingshot.ogg")
:glad-sound (utils/load-sound "ego/glad.ogg")
:get-sick-sound (utils/load-sound "ego/get-sick.ogg")
:scratch-sound (utils/load-sound "ego/scratch.ogg")
@@ -734,6 +735,8 @@ void main ()
(get-in ego [:left :sigh]) {3 [:sigh-sound 0.4]}
(get-in ego [:right :sigh]) {3 [:sigh-sound 0.4]}
(get-in ego [:left :milk]) {8 [:milk-sound 1.0]}
(get-in ego [:left :glad]) {1 [:glad-sound 0.5]}
(get-in ego [:right :glad]) {1 [:glad-sound 0.5]}
(get-in ego [:right :milk]) {8 [:milk-sound 1.0]}
(get-in ego [:left :idea]) {1 [:idea-sound 1.0]}
(get-in ego [:right :idea]) {1 [:idea-sound 1.0]}