glad
This commit is contained in:
BIN
desktop/asset-work/ego/glad.ogg
Normal file
BIN
desktop/asset-work/ego/glad.ogg
Normal file
Binary file not shown.
BIN
desktop/asset-work/ego/glad.wav
Normal file
BIN
desktop/asset-work/ego/glad.wav
Normal file
Binary file not shown.
BIN
desktop/resources/ego/glad.ogg
Normal file
BIN
desktop/resources/ego/glad.ogg
Normal file
Binary file not shown.
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user