cloudy.
This commit is contained in:
@@ -28,10 +28,9 @@
|
||||
|
||||
(defn make [screen]
|
||||
(rooms/make :music :town-1
|
||||
:interactions {:floor {:box [0 0 320 170]
|
||||
:script (actions/get-script entities (a/>! [100 100]))}}
|
||||
:interactions {}
|
||||
:layers [(assoc (texture "dream/background.png") :x 0 :y 0 :baseline 0)]
|
||||
:entities {}
|
||||
:entities {:clouds (assoc (particle-effect "dream/cloudy2") :x 160 :y 120 :baseline 240)}
|
||||
:collision "dream/collision.png"
|
||||
:scale-fn (constantly 1.5)
|
||||
:start-pos [140 55]))
|
||||
|
||||
Reference in New Issue
Block a user