fountain effect
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
:script (actions/get-script entities (try-to-go-in-stash entities))}}
|
||||
:layers {:day [(assoc (texture "outside-jail/background.png") :x 0 :y 0 :baseline 0)]
|
||||
:night [(assoc (texture "outside-jail/background-dark.png") :x 0 :y 0 :baseline 0)]}
|
||||
:entities {:fountain (assoc (texture "outside-jail/dot.png")
|
||||
:entities {:fountain (assoc (texture "outside-jail/dot.png") #_(animation->texture screen fountain)
|
||||
:x 150 :y 126 :baseline 114
|
||||
#_:anim fountain
|
||||
#_:anim-start 0
|
||||
@@ -184,9 +184,9 @@
|
||||
:fountain-particle (assoc (doto (particle-effect "outside-jail/fountain")
|
||||
(particle-effect! :reset)
|
||||
(particle-effect! :start))
|
||||
:x 170
|
||||
:x 172
|
||||
:y 140
|
||||
:baseline 320)}
|
||||
:baseline 114)}
|
||||
:guard (rooms/make-entity :guard (assoc (animation->texture screen guard-stand)
|
||||
:x 70 :y 55 :baseline 185
|
||||
:stand guard-stand
|
||||
|
||||
Reference in New Issue
Block a user