progresss on blergh fight.

This commit is contained in:
2015-01-08 22:24:13 -08:00
parent 3fe5071467
commit b89cf36e25
32 changed files with 121 additions and 12 deletions

View File

@@ -516,7 +516,11 @@
(>= (get-in entities [:transition :opacity]) 1.0))
(terminate [this screen entities]
entities)
(if-let [next-time (get-in entities [:state :next-time])]
(-> entities
(assoc-in [:state :time] next-time)
(assoc-in [:state :next-time] nil))
entities))
(can-skip? [this screen entities]
false))
(run-action entities