progress for sounds.
This commit is contained in:
@@ -664,6 +664,7 @@ void main ()
|
||||
|
||||
:get-sick-sound (utils/load-sound "ego/get-sick.ogg")
|
||||
:scratch-sound (utils/load-sound "ego/scratch.ogg")
|
||||
:scared-step-sound (utils/load-sound "ego/scared-step.ogg")
|
||||
|
||||
:inside-step-sound-1 (utils/load-sound "ego/inside-step-1.ogg")
|
||||
:inside-step-sound-2 (utils/load-sound "ego/inside-step-2.ogg")
|
||||
@@ -704,6 +705,8 @@ void main ()
|
||||
|
||||
(get-in ego [:left :get-sick] ) {1 [:get-sick-sound 0.55]}
|
||||
(get-in ego [:right :get-sick] ) {1 [:get-sick-sound 0.55]}
|
||||
(get-in ego [:right :scared-walk] ) {0 [:scared-step-sound 0.15 1.5]
|
||||
4 [:scared-step-sound 0.15 1.9]}
|
||||
(get-in ego [:left :stand]) {11 [:blink 0.15]
|
||||
44 [:blink 0.15]
|
||||
77 [:blink 0.15]
|
||||
|
||||
Reference in New Issue
Block a user