sunrise bug fix, tweaked ending, new sfx.

This commit is contained in:
Bryce Covert
2015-11-08 08:21:48 -08:00
parent 7ebf3c3b96
commit 7677be90b0
7 changed files with 25 additions and 14 deletions

View File

@@ -353,6 +353,13 @@
(explode entities)
(actions/play-animation entities :ego :standup)
(Thread/sleep 1000)
(actions/update-entities entities (fn [e]
(update-in e [:room :entities :ego] dissoc :stand-override :talk-override )))
(actions/do-dialogue entities
:ego "Hey!"
:ego "I won!")
(actions/glad entities)
(actions/walk-straight-to entities :ego [340 55])
(actions/run-action entities
(begin [this screen entities]
@@ -371,6 +378,7 @@
(Thread/sleep 2000)
(actions/do-stop entities :ego :face :left)
(actions/transition-background entities :ending [165 49] :time 4.0)
(actions/resume-camera entities)
(actions/do-dialogue entities
:duke "Ladies and gentlemen."
:duke "As the Duke of Remington, I'm pleased to inform you..."