sound.
This commit is contained in:
@@ -472,6 +472,7 @@ void main()
|
||||
:step-sound-2 (sound "ego/step-2.ogg")
|
||||
:sigh-sound (sound "ego/sigh.ogg")
|
||||
:breakglass-sound (sound "ego/breakglass.ogg")
|
||||
:idea-sound (sound "ego/idea.ogg")
|
||||
:blink (sound "blink.ogg")
|
||||
:scale-x start-scale
|
||||
:scale-y start-scale
|
||||
@@ -546,6 +547,8 @@ void main()
|
||||
(get-in ego [:right :sigh]) {1 [:sigh-sound 0.4]}
|
||||
(get-in ego [:left :milk]) {8 [:milk-sound 1.0]}
|
||||
(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]}
|
||||
|
||||
(get-in ego [:left :swing-shovel]) {3 [:breakglass-sound 1.0]}
|
||||
(get-in ego [:right :swing-shovel]) {3 [:breakglass-sound 1.0]}}
|
||||
|
||||
Reference in New Issue
Block a user