working on ios.
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
"Show yourself!"
|
||||
{:run #(actions/talk entities :ego %)}]})
|
||||
(actions/talk entities :fairy-godfather "Taaaaaaaaaaaaaaaaaa-")
|
||||
(sound! (sound "dream/appear.ogg") :play (utils/current-sound-volume))
|
||||
(sound! (utils/load-sound "dream/appear.ogg") :play (utils/current-sound-volume))
|
||||
(particle-effect! (get-in @entities [:room :entities :magic]) :reset)
|
||||
(particle-effect! (get-in @entities [:room :entities :magic]) :start)
|
||||
(fade-in entities)
|
||||
@@ -197,7 +197,7 @@
|
||||
:fairy-godfather "Behold!")
|
||||
(particle-effect! (get-in @entities [:room :entities :magic]) :reset)
|
||||
(particle-effect! (get-in @entities [:room :entities :magic]) :start)
|
||||
(sound! (sound "dream/appear.ogg") :play (utils/current-sound-volume))
|
||||
(sound! (utils/load-sound "dream/appear.ogg") :play (utils/current-sound-volume))
|
||||
(fade-in-tools entities)
|
||||
|
||||
(Thread/sleep 2500)
|
||||
@@ -374,7 +374,7 @@
|
||||
(assoc (utils/get-texture "dream/corner-l.png") :x -10 :y -10 :baseline 240 :parallax 2.0 )
|
||||
(assoc (utils/get-texture "dream/corner-r.png") :x (- 320 80) :y -20 :baseline 240 :parallax 3.2)
|
||||
(assoc (utils/get-texture "dream/pedestals.png") :x 0 :y 0 :baseline 139)]
|
||||
:wind-sound {:sound (sound "dream/wind.ogg")
|
||||
:wind-sound {:sound (utils/load-sound "dream/wind.ogg")
|
||||
:id nil}
|
||||
:entities {:magic (assoc (particle-effect "particles/dream-magic") :x 160 :y 80 :baseline 240)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user