added new sounds

This commit is contained in:
Bryce Covert
2015-07-25 17:56:00 -07:00
parent b5432bd333
commit f4425c1bd4
10 changed files with 227 additions and 2 deletions

View File

@@ -151,6 +151,7 @@
(Thread/sleep 500)
(actions/talk entities :fairy-godfather "Taaaaaaaaaaaaaaaaaa-")
(sound! (sound "dream/appear.ogg") :play (utils/current-sound-volume))
(particle-effect! (get-in @entities [:room :entities :magic]) :reset)
(particle-effect! (get-in @entities [:room :entities :magic]) :start)
(Thread/sleep 500)
@@ -169,6 +170,7 @@
:fairy-godfather "Behold!")
(particle-effect! (get-in @entities [:room :entities :magic]) :reset)
(particle-effect! (get-in @entities [:room :entities :magic]) :start)
(sound! (sound "dream/appear.ogg") :play (utils/current-sound-volume))
(fade-in-tools entities)
(Thread/sleep 2500)