camera shake.

This commit is contained in:
Bryce Covert
2015-10-10 18:14:54 -07:00
parent 86f5b3484f
commit 4d154ce47f
3 changed files with 38 additions and 1 deletions

View File

@@ -263,6 +263,8 @@
(particle-effect! (get-in @entities [:room :entities :magic]) :allow-completion)
(actions/resume-camera entities)
(actions/transition-music entities nil)
(actions/camera-shake entities 12)
(Thread/sleep 500)
(actions/do-dialogue entities :ego "That was weird."
:ego "I have to go show my friends!")