tool for building .app.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user