more sounds.

This commit is contained in:
Bryce Covert
2015-10-10 18:37:43 -07:00
parent d883b6d88b
commit 60d74c3c38
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -38,6 +38,5 @@ AUDIO
+ jump
+ chop wood
+ step backwards creep
+ snore
+ shoot slinger's
+ new music for night

Binary file not shown.

View File

@@ -23,6 +23,7 @@
(actions/walk-to entities :ego [174 80] :face :right)
(actions/play-animation entities :ego :reach)
(actions/talk entities :ego "Yes, that's it!")
(actions/play-sound entities "inside-jail/open-door.ogg" 0.5 false)
(actions/walk-straight-to entities :moveable-bars [65 77])
(actions/update-entities entities #(remove-lock %))
(actions/update-state entities #(assoc % :opened-bars? true)))
@@ -330,7 +331,7 @@
(update-in [:room :entities :ego] #(actions/start-animation screen % :stand)))]
((actions/get-script entities
(actions/stop-walking entities :ego)
(actions/play-sound entities "inside-jail/squeak.ogg" 0.3)
(actions/play-sound entities "inside-jail/squeak.ogg" 0.15)
(actions/do-dialogue entities
:ego "Oops!"
:warden "Hey! What are you doing?"