sunrise bug fix, tweaked ending, new sfx.
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user