going through the worflow.

This commit is contained in:
Bryce Covert
2018-01-25 22:44:01 -08:00
parent 2257276b97
commit 2bc541bf00
3 changed files with 97 additions and 85 deletions

View File

@@ -64,9 +64,7 @@
(get-in entities [:state :active?])
(= 0 ego-hearts))
(do
((actions/get-script entities
(actions/transition-background entities :held [113 120])
(Thread/sleep 10000))
((common/win)
entities)
entities)
@@ -74,9 +72,7 @@
(get-in entities [:state :active?])
(= 0 tongue-hearts))
(do
((actions/get-script entities
(actions/transition-background entities :cat-tree [113 120])
(Thread/sleep 10000))
((common/win)
entities)
entities)