ending progress
This commit is contained in:
@@ -478,7 +478,9 @@
|
||||
(skip-type [this screen entities]
|
||||
:none))
|
||||
(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
|
||||
@@ -525,6 +527,7 @@
|
||||
:gandarf "I have escaped!"
|
||||
:gandarf "And I brought someone with me!")
|
||||
(Thread/sleep 600)
|
||||
|
||||
(actions/talk entities :gandarf "Beautius appearium!!" :anim :talk-angry)
|
||||
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
|
||||
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :start)
|
||||
@@ -544,12 +547,11 @@
|
||||
:frankie "No sense in thanking Dipstick.")
|
||||
(actions/play-animation entities :frankie :laugh)
|
||||
(actions/play-animation entities :georgia :kick)
|
||||
(actions/walk-straight-to entities :frankie [-41 24] :anim :stand :speed 5.0)
|
||||
(actions/do-dialogue entities
|
||||
:georgia "Let's go, Sir Hunk.")
|
||||
(actions/walk-straight-to entities :georgia [141 35] :anim :stand :speed 1.0)
|
||||
(actions/play-animation entities :frankie :fall :stop? false)
|
||||
(actions/do-dialogue entities :georgia "Let's go, Sir Hunk.")
|
||||
(fade-out entities)
|
||||
(on-gl (set-screen! @(resolve 'advent.core/advent) @(resolve 'advent.screens.credits/credits)))
|
||||
)
|
||||
(on-gl (set-screen! @(resolve 'advent.core/advent) @(resolve 'advent.screens.credits/credits))))
|
||||
|
||||
(defn win []
|
||||
(actions/get-script entities (do-win entities)))
|
||||
|
||||
Reference in New Issue
Block a user