scratch sounds.
This commit is contained in:
BIN
desktop/asset-work/ego/scratch.ogg
Normal file
BIN
desktop/asset-work/ego/scratch.ogg
Normal file
Binary file not shown.
BIN
desktop/asset-work/ego/scratch.wav
Normal file
BIN
desktop/asset-work/ego/scratch.wav
Normal file
Binary file not shown.
BIN
desktop/asset-work/ego/scratch_1.wav
Normal file
BIN
desktop/asset-work/ego/scratch_1.wav
Normal file
Binary file not shown.
BIN
desktop/resources/ego/scratch.ogg
Normal file
BIN
desktop/resources/ego/scratch.ogg
Normal file
Binary file not shown.
@@ -663,6 +663,7 @@ void main ()
|
|||||||
:shoot-sound (utils/load-sound "ego/slingshot.ogg")
|
:shoot-sound (utils/load-sound "ego/slingshot.ogg")
|
||||||
|
|
||||||
:get-sick-sound (utils/load-sound "ego/get-sick.ogg")
|
:get-sick-sound (utils/load-sound "ego/get-sick.ogg")
|
||||||
|
:scratch-sound (utils/load-sound "ego/scratch.ogg")
|
||||||
|
|
||||||
:inside-step-sound-1 (utils/load-sound "ego/inside-step-1.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")
|
:inside-step-sound-2 (utils/load-sound "ego/inside-step-2.ogg")
|
||||||
@@ -709,13 +710,18 @@ void main ()
|
|||||||
77 [:blink 0.15]
|
77 [:blink 0.15]
|
||||||
110 [:blink 0.15]
|
110 [:blink 0.15]
|
||||||
143 [:blink 0.15]
|
143 [:blink 0.15]
|
||||||
176 [:blink 0.15]}
|
176 [:blink 0.15]
|
||||||
|
200 [:scratch-sound 0.2]
|
||||||
|
|
||||||
|
}
|
||||||
(get-in ego [:right :stand]) {11 [:blink 0.15]
|
(get-in ego [:right :stand]) {11 [:blink 0.15]
|
||||||
44 [:blink 0.15]
|
44 [:blink 0.15]
|
||||||
77 [:blink 0.15]
|
77 [:blink 0.15]
|
||||||
110 [:blink 0.15]
|
110 [:blink 0.15]
|
||||||
143 [:blink 0.15]
|
143 [:blink 0.15]
|
||||||
176 [:blink 0.15]}
|
176 [:blink 0.15]
|
||||||
|
200 [:scratch-sound 0.2]
|
||||||
|
}
|
||||||
(get-in ego [:left :sigh]) {3 [:sigh-sound 0.4]}
|
(get-in ego [:left :sigh]) {3 [:sigh-sound 0.4]}
|
||||||
(get-in ego [:right :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 :milk]) {8 [:milk-sound 1.0]}
|
||||||
|
|||||||
Reference in New Issue
Block a user