tool for building .app.

This commit is contained in:
Bryce Covert
2015-08-15 07:52:45 -07:00
parent f670f25d82
commit c5ffaeb1ec
5 changed files with 16 additions and 3 deletions

View File

@@ -757,7 +757,7 @@ void main()
:tweens {:fade-in (tween/tween :fade-in screen [:fade :opacity] 1.0 0.0 1.0 :ease tween/ease-in-cubic
:finish #(if (not (get-in % [:state :seen-intro?]))
(do ((actions/get-script % (rooms.dream/do-intro %)) entities)
(assoc-in % [:actions :script-running?] true))
%)
%))
:fade-in-music (tween/tween :fade-in-music screen [:volume :value] 0.0 1.0 1.0 :ease tween/ease-in-cubic)}
:started? {:value true